I'm not getting how to parse finance.google.com results, i.e. I got
[
{
"id":"787381",
"t":"HDFC",
"e":"NSE",
"l":"1,424.00",
"l_fix":"1424.00",
"l_cur":"₹1,424.00",
"s":"0",
"ltt":"3:46PM GMT+5:30",
"lt":"Sep 23, 3:46PM GMT+5:30",
"lt_dts":"2016-09-23T15:46:54Z",
"c":"+10.75",
"c_fix":"10.75",
"cp":"0.76",
"cp_fix":"0.76",
"ccol":"chg",
"pcls_fix":"1413.25"
}
]
when I made call to this endpoint using httpopenConnection method, I didn't get anything returned because I couldn't find the JSON object name and i am going to use the result in my android app.