Quantcast
Channel: Chilkat Forum - latest questions
Viewing all articles
Browse latest Browse all 1061

Load JSON Array?

$
0
0

Just curious how i load json string that starts as array [ ie

    [
       {
          "id":200
       },
       {
          "id":196
       }
    ]
At the moment i cheat a bit and prefix the string it with { "array": and post fix with } and then use jsonobject.load(string) It works, but i assume there is a correct way?


Viewing all articles
Browse latest Browse all 1061

Trending Articles