Skip to content

Instantly share code, notes, and snippets.

@devdays
Created December 18, 2014 23:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save devdays/3e1898214f0c0d35753f to your computer and use it in GitHub Desktop.
Single Page Apps - Products JSON
{
"products": [
{
"id": 1,
"name": "Toy1",
"category": "Toy",
"price": 45.05
},
{
"id": 2,
"name": "Toy2",
"category": "Toy",
"price": 35.20
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment