Open GoogleCodeExporter opened 9 years ago
Here is some test code I wrote:
Dim S As New cJSON
Dim o As Object
' read the JSON into an object:
Set o = S.parse("{bla:""hi"", items: [{it:1,itx:2},{i3:'x'}] }")
' get the parsed text back:
Debug.Print S.toString(o)
' get data from arrays etc:
Debug.Print "Bla: " & o.Item("bla") & " - Items: " &
o.Item("items").Item(1).Item("itx")
Original comment by webmas...@ediy.co.nz
on 25 Mar 2009 at 6:16
Original issue reported on code.google.com by
tkleinmi...@fenl.nl
on 19 Mar 2009 at 7:59