Advertisement
Guest User

Untitled

a guest
Mar 9th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [{
  2. "page": 1,
  3. "posts":[{
  4. "id": 123
  5. "msg": "text1"
  6. },
  7. {
  8. "id": 345
  9. "msg": "text2"
  10. }
  11. ]
  12. },
  13. {
  14. "page":2
  15. "posts": [{
  16. "id": 567
  17. "msg": "text3"
  18. "status": "active"
  19. }
  20. ]
  21. },
  22. ....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement