Possible Duplicate:
JSON Array iteration in Android/Java
I am fetching JSON string from server and I have already got JSON string by code. But I didn't understand how to parse it.
Below is my JSON string
{ "university": { "name": "oxford", "url": "http://www.youtube.com" }, "1": { "id": "2", "title": "Baseball", "datetime": "2011-11-11 10:41:46" }, "2": { "id": "1", "title": "Two basketball team players earn all state honors", "datetime": "2011-11-11 10:40:57" } } Please provide any guidance or code snippet.