Advertisement
Guest User

data.json

a guest
May 24th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "id": "one",
  3.     "menu": [
  4.         {
  5.             "content": "lorem",
  6.             "bound": [
  7.                 {
  8.                     "id": "two",
  9.                     "content": "ipsum"
  10.                 }
  11.             ]
  12.         }
  13.     ]
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement