Skip to content

Instantly share code, notes, and snippets.

@trueshizus
Created December 24, 2015 22:24
Show Gist options
  • Save trueshizus/04376b857cf8cc8c69b8 to your computer and use it in GitHub Desktop.
Save trueshizus/04376b857cf8cc8c69b8 to your computer and use it in GitHub Desktop.
{
"products": [
{
"id": "1",
"description": "product 1",
"price": "10"
},
{
"id": "2",
"description": "product 2",
"price": "5"
},
{
"id": "3",
"description": "product 3",
"price": "15"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment