hi, trying to work with jsoncpp (http://sourceforge.net/projects/jsoncpp/) and parse a json file. does anyone have a simple openframeworks examples using JSON to get started?
any help would be most appreciated.
thx,
L.
hi, trying to work with jsoncpp (http://sourceforge.net/projects/jsoncpp/) and parse a json file. does anyone have a simple openframeworks examples using JSON to get started?
any help would be most appreciated.
thx,
L.
Here is a very rough start of an addon for parsing JSON that uses http://jsoncpp.sourceforge.net
I’ve only tested it on OS 10.6
http://4u.jeffcrouse.info/of/ofxJSON.zip
http://4u.jeffcrouse.info/of/JSONExample.zip
Let me know if it is useful.