Skip to content

Instantly share code, notes, and snippets.

@soyuka
Created January 5, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soyuka/a1d83ff9ff1a6c5cc269 to your computer and use it in GitHub Desktop.
Save soyuka/a1d83ff9ff1a6c5cc269 to your computer and use it in GitHub Desktop.
Example json
[
{
"name": "This is the first object",
"bool": true,
"nested": [
{
"foo" : "bar",
"item": 1,
"values": [0,1,2]
},
{
"foo" : "foo",
"item": 2,
"values": [0,1,2]
}
],
"test": "there could be a thing here"
},
{
"name": "This is the second object",
"bool": false,
"nested": [
{
"foo" : "bar",
"item": 1,
"values": [0,1,2]
},
{
"foo" : "foo",
"item": 2,
"values": [0,1,2]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment