below code is my JSON file and i want to read this data from server so how can i read these data by using JSONObject in andorid
this code contain array identifier beginning itself without name identifier of array
[
{
"created_at": "Sat Nov 10 12:00:26 +0000 2012",
"id": 267235264374640640,
"id_str": "267235264374640640",
"text": "My text",
"user": {
"id": 166551306,
"id_str": "166551306",
"name": "John ",
"location": "Chennai, India",
"url": null,
"notifications": null
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"retweet_count": 0,
"entities": {
"hashtags": [],
"urls": [],
"user_mentions": []
},
"favorited": false,
"retweeted": false
},
{
"created_at": "Sat Nov 10 12:00:26 +0000 2012",
"id": 267235264374640640,
"id_str": "267235264374640640",
"text": "My text",
"user": {
"id": 166551306,
"id_str": "166551306",
"name": "John ",
"location": "Chennai, India",
"url": null,
"notifications": null
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"retweet_count": 0,
"entities": {
"hashtags": [],
"urls": [],
"user_mentions": []
},
"favorited": false,
"retweeted": false
},
]