Created
November 15, 2012 22:53
-
-
Save zerocity/4082088 to your computer and use it in GitHub Desktop.
update nested entries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| name:"some name", | |
| dob:"april 4, 1985", | |
| content: | |
| 0:{children: | |
| 0:{ | |
| 'title':'some text', | |
| 1:{etc ..} | |
| } | |
| 1:{children: | |
| 0:{ | |
| 'title':'some text', | |
| 1:{etc ..} | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment