Last active
January 10, 2018 01:36
-
-
Save mschmulen/4163e2c7e45fd8f58a11a62341c8a2cd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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