======= 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
projectGenerator
to generate project files for your project.
OR
- Add all of the files in
ofxJSON/src
andofxJSON/libs/
to your project. - Add
./ofxJSON/lib/jsoncpp/include
to your Header Search Paths. If you are using OSX, you can do this easily by updating your project'sProject.xcconfig
file. See the examples for an example.
- If you don't find project files for your platform, use the openFrameworks
projectGenerator
to update the project files for your platform. - Run the examples.