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.
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.