Skip to content

Instantly share code, notes, and snippets.

@john-cj
Created March 22, 2016 10:50
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 john-cj/b8bf0cf099f5437025a5 to your computer and use it in GitHub Desktop.
Save john-cj/b8bf0cf099f5437025a5 to your computer and use it in GitHub Desktop.
[
{
"name": "sky",
"color": {
"color1": "blue",
"color2": ""
}
},
{
"name": "sun",
"color": {
"color1": "yellow",
"color2": ""
}
},
{
"name": "grass",
"color": {
"color1": "green",
"color2": ""
}
},
{
"name": "john's bike",
"color": {
"color1": "blue",
"color2": "yellow"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment