Added JsonObject as thin wrapper around the cJSON source

This commit is contained in:
Joakim Hove
2013-07-29 21:55:57 +02:00
parent bf73449736
commit 42e7333392
6 changed files with 294 additions and 0 deletions

2
testdata/json/example1.json vendored Normal file
View File

@@ -0,0 +1,2 @@
{"key" : "value" , "list": [1,2,3]}