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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -