java - How to read data from JSON array of objects -
i trying read data json array of objects unable so. below json:
{ "output" : { "company": "abc", "sources": [{ "activated" : "yes", "power" : "turnedoff" }], "name" : "xyz" } }
Comments
Post a Comment