Skip to content

Instantly share code, notes, and snippets.

@cpsievert
Created November 18, 2014 19:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cpsievert/b55ac4a210842da78ed9 to your computer and use it in GitHub Desktop.
Save cpsievert/b55ac4a210842da78ed9 to your computer and use it in GitHub Desktop.
[
{
"driver": "Bowser",
"occupation": "Koopa",
"vehicles": [
{
"model": "Wario Bike",
"speed": 55,
"weight": 25
},
{
"model": "Piranha Prowler",
"speed": 40,
"weight": 67
}
]
},
{
"driver": "Peach",
"occupation": "Princess",
"vehicles": [
{
"model": "Royal Racer",
"speed": 54,
"weight": 29
},
{
"model": "Wild Wing",
"speed": 50,
"weight": 34
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment