======= By Jeff Crouse jefftimesten at gmail dot com http://www.jeffcrouse.info
This addon uses the jsoncpp library: http://jsoncpp.sourceforge.net/
Updates by: Christopher Baker : http://christopherbaker.net Andreas Müller : http://www.nanikawa.com
- Use the openFrameworks
projectGeneratorto generate project files for your project.
OR
- Add all of the files in
ofxJSON/srcandofxJSON/libs/to your project. - Add
./ofxJSON/lib/jsoncpp/includeto your Header Search Paths. If you are using OSX, you can do this easily by updating your project'sProject.xcconfigfile. See the examples for an example.
- If you don't find project files for your platform, use the openFrameworks
projectGeneratorto update the project files for your platform. - Run the examples.