danoli3 / ofxJSON

A wrapper for jsoncpp for openFrameworks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

OR (linux)

  • Install libjsoncpp-dev on your linux system.
  • Add ofxJSON to the addons.make of your project.

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


Languages

Language:C++ 98.2%Language:C 1.8%