Hi Im new to JSON this may be a basic question, im having data as a JSON object and i want to print the "message" data alone. My sample JSON data, in this how can i access message?
{ "name": "Usingtagproject", "fan_count": 0, "category": "Product/Service", "feed": { "data": [ { "created_time": "2017-05-02T18:24:27+0000", "message": "hii", }, { "created_time": "2017-05-02T09:26:37+0000", "message": "Hi Google", }, { "created_time": "2017-05-02T09:24:26+0000", "message": "Hi Demoproject", } ], }