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

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -