Parse a keyless jsonarray

Viewed 21

I want to parse jsonData passed through API. (using jsonsimple library)

json data from api

"[{\"ID\":13}, {\"ID\:12}]"

Common json data consists of key-value of object, but the json data format I received is a jsonarray without a key.

0 Answers
Related