Last active
November 13, 2017 20:03
-
-
Save Gregg/895c19fe04002dbb4457287f70b184fe 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
{ | |
"products": [ | |
{ | |
"id": 1, | |
"name": "Compass", | |
"price": 2.35 | |
}, | |
{ | |
"id": 2, | |
"name": "Jacket", | |
"price": 79.95 | |
}, | |
{ | |
"id": 3, | |
"name": "Hiking Socks", | |
"price": 9.95 | |
}, | |
{ | |
"id": 4, | |
"name": "Suntan Lotion", | |
"price": 5.95 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment