Hi, could you please help me too.
I have json:
{"response":[806,{"id":1214,"from_id":52567435,"to_id":7867089,"date":1400874292,"post_type":"post","text":"Some text","can_delete":1,"media":{"type":"audio","owner_id":2000326132,"item_id":282629055},"attachment":{"type":"audio","audio":{"aid":282629055,"owner_id":2000326132,"artist":"Hans Zimmer","title":"Time ","duration":275,"url":"http:\/\/cs9-4v4.vk.me\/p11\/d785b1e4be11de.mp3?extra=SelQ0ToCB1aYSdeaXrJjF83dqLTkYnXSsJGTj11ZTgyaGjn2L-LbFCz_37qfadNp4bJDH8x1aGNsGUb7c8eygROJ1TzEWjCJXsM","performer":"Hans Zimmer","lyrics_id":"109774370","album":"2","genre":18}},"attachments":[{"type":"audio","audio":{"aid":282629055,"owner_id":2000326132,"artist":"Hans Zimmer","title":"Time ","duration":275,"url":"http:\/\/cs9-4v4.vk.me\/p11\/d785b1e4be11de.mp3?extra=SelQ0ToCB1aYSdeaXrJjF83dqLTkYnXSsJGTj11ZTgyaGjn2L-LbFCz_37qfadNp4bJDH8x1aGNsGUb7c8eygROJ1TzEWjCJXsM","performer":"Hans Zimmer","lyrics_id":"109774370","album":"2","genre":18}}],"post_source":{"type":"vk"},"comments":{"count":5,"can_post":1},"likes":{"count":1,"user_likes":1,"can_like":0,"can_publish":0},"reposts":{"count":0,"user_reposted":0},"online":0,"reply_count":5}]}
How can I get two things:
- The number 806 at the begining to the port 1 to the field count.
- The information from “text” tag to the port 0 to the field text.
Please help!