Skip to content

Instantly share code, notes, and snippets.

@devdays
Created December 21, 2014 21:42
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/97a9bdec7be0189a7243 to your computer and use it in GitHub Desktop.
Save devdays/97a9bdec7be0189a7243 to your computer and use it in GitHub Desktop.
Single Page App - data
[{"id":1,"name":"Tomato soup","category":"Groceries","price":1.39,
"freshness":"2013-08-01T00:00:00"},
{"id":2,"name":"Yo-yo","category":"Toys","price":3.75,
"freshness":"2013-09-01T00:00:00"},
{"id":3,"name":"Hammer","category":"Hardware","price":16.99,
"freshness":"2013-08-06T00:00:00"}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment