Guest User

Untitled

a guest
Jan 18th, 2016
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. {
  2. "listname": "red",
  3. "lists": [{
  4. "id": "01",
  5. "name": "paw",
  6. "list": [{
  7. "id": "A",
  8. "name": "pawa",
  9. "bar": "foo"
  10. }, {
  11. "id": "B",
  12. "name": "pawb",
  13. "bar": "foo"
  14. }]
  15. }, {
  16. "id": "02",
  17. "name": "pew",
  18. "list": [{
  19. "id": "A",
  20. "name": "pewa",
  21. "bar": "foo"
  22. }, {
  23. "id": "B",
  24. "name": "pewb",
  25. "bar": "foo"
  26. }]
  27. }, {
  28. "id": "03",
  29. "name": "piw",
  30. "list": [{
  31. "id": "A",
  32. "name": "piwa",
  33. "bar": "foo"
  34. }, {
  35. "id": "B",
  36. "name": "piwb",
  37. "bar": "foo"
  38. }]
  39. }]
  40. }
Advertisement
Add Comment
Please, Sign In to add comment