Skip to content

Instantly share code, notes, and snippets.

@devdays
Created December 17, 2014 16:08
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 devdays/b3cee91277bedeef8383 to your computer and use it in GitHub Desktop.
Save devdays/b3cee91277bedeef8383 to your computer and use it in GitHub Desktop.
Sample JSON Data
{
"products": [
{
"id": 1,
"name": "Squirt gun",
"category": "Toy",
"price": 45.05,
"description":
"<p>This is a <strong>squirt</strong> gun. Shoots water.</p>"
},
{
"id": 2,
"name": "Action figure",
"category": "Toy",
"price": 65.96,
"description": "<p>This is an extraordinary action figure.</p>"
},
{
"id": 3,
"name": "Doll",
"category": "Toy",
"price": 35.68,
"description":
"<p>This is a <emphasis>doll</emphasis> for your doll house.</p>"
},
{
"id": 4,
"name": "Lettuce",
"category": "Grocery",
"price": 3.49,
"description": "<p>This is a vegetable.</p>"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment