Skip to content

CLOUDS-Interactive-Documentary/ofxJSON

 
 

Repository files navigation

ofxJSON

======= By Jeff Crouse jefftimesten at gmail dot com http://www.jeffcrouse.info

Notes

This addon uses the jsoncpp library: http://jsoncpp.sourceforge.net/

Updates by: Christopher Baker : http://christopherbaker.net Andreas Müller : http://www.nanikawa.com

USING ofxJSON

  • Use the openFrameworks projectGenerator to generate project files for your project.

OR

  • Add all of the files in ofxJSON/src and ofxJSON/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's Project.xcconfig file. See the examples for an example.

RUNNING THE EXAMPLES

  • 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.

About

A wrapper for jsoncpp for openFrameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 99.1%
  • Other 0.9%