In my app I am getting Json String response when calling with a URL. the Json String response is like this:
jsonFlickrApi({
"user": {
"id": "87074969@N08",
"nsid": "87074969@N08",
"username": {
"_content": "polamreddy_subbareddy"
}
},
"stat": "ok"
})
From that, I want to get the id value through parsing. How would I do that?
try this i got solution from this:
and initialize the variables: