diff options
Diffstat (limited to 'samples/JSON/product.json')
| -rw-r--r-- | samples/JSON/product.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/samples/JSON/product.json b/samples/JSON/product.json new file mode 100644 index 0000000..2d5611a --- /dev/null +++ b/samples/JSON/product.json @@ -0,0 +1,7 @@ +{ + "id": 1, + "name": "Foo", + "price": 123, + "tags": ["Bar","Eek"], + "stock": { "warehouse":300, "retail":20 } +}
\ No newline at end of file |
