summaryrefslogtreecommitdiffstats
path: root/test/uscxml/dom/TestData.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/uscxml/dom/TestData.json')
-rw-r--r--test/uscxml/dom/TestData.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/uscxml/dom/TestData.json b/test/uscxml/dom/TestData.json
new file mode 100644
index 0000000..a07a5d9
--- /dev/null
+++ b/test/uscxml/dom/TestData.json
@@ -0,0 +1,10 @@
+{
+ "id": 1,
+ "name": "Foo",
+ "price": 123,
+ "tags": [ "Bar", "Eek" ],
+ "stock": {
+ "warehouse": 300,
+ "retail": 20,
+ }
+}