Add a few more json samples

This commit is contained in:
Joshua Peek
2012-07-24 11:12:33 -05:00
parent 9777798cf7
commit be1340bafc
4 changed files with 88 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
{
"id": 1,
"name": "Foo",
"price": 123,
"tags": ["Bar","Eek"],
"stock": { "warehouse":300, "retail":20 }
}