RE: Connect your Bot to the World - XML, JSON, Web Services, HTML Scraping, Twitter, Facebook, Telegram, Email |
I want to parse json response then how could be do that? For example JSON response from some url is [{id:1,message:"hi"},{id:2,message:"hello"}] I want to retrieve object of id 2 to print in message. Then how would I achieve that. |
|
|
|
|