Skip to content

Instantly share code, notes, and snippets.

@mschmulen
Last active January 10, 2018 01:36
Show Gist options
  • Save mschmulen/4163e2c7e45fd8f58a11a62341c8a2cd to your computer and use it in GitHub Desktop.
Save mschmulen/4163e2c7e45fd8f58a11a62341c8a2cd to your computer and use it in GitHub Desktop.
{
"author": "matt",
"yachts": [
{
"name": "Felicia",
"make": "Valiant 37",
"year": 1988,
"price":20000,
"location":"Mexico"
},
{
"name": "Nautibear",
"make": "Nauticat 42",
"year": 2013,
"price":3000000,
"location":"Panama"
},
{
"name": "Felicia",
"make": "Valiant 37",
"year": 1988,
"price":20000,
"location":"Mexico"
},
{
"name": "Nautibear",
"make": "Nauticat 42",
"year": 2013,
"price":3000000,
"location":"Panama"
},
{
"name": "Felicia",
"make": "Valiant 37",
"year": 1988,
"price":20000,
"location":"Mexico"
},
{
"name": "Nautibear",
"make": "Nauticat 42",
"year": 2013,
"price":3000000,
"location":"Panama"
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment