Skip to content

Instantly share code, notes, and snippets.

@Gregg
Last active November 13, 2017 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gregg/895c19fe04002dbb4457287f70b184fe to your computer and use it in GitHub Desktop.
Save Gregg/895c19fe04002dbb4457287f70b184fe to your computer and use it in GitHub Desktop.
{
"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