Skip to content

Instantly share code, notes, and snippets.

@peterzawistowicz
Created April 15, 2015 19:59
Show Gist options
  • Save peterzawistowicz/982e771709b6f6b20be5 to your computer and use it in GitHub Desktop.
Save peterzawistowicz/982e771709b6f6b20be5 to your computer and use it in GitHub Desktop.
{
first_name: “Paul”,
surname: “Miller”,
city: “London”,
location: [45.123,47.232],
cars: [
{ model: “Bentley”,
year: 1973,
value: 100000, ….},
{ model: “Rolls Royce”,
year: 1965,
value: 330000, ….},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment