andlio

json with nested object

May 11th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     id:1234,
  3.     name:"my name",
  4.     moc:{
  5.         id:5678,
  6.         name:"moc name"
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment