summaryrefslogtreecommitdiffstats
path: root/test/uscxml/dom/TestData.json
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-11-12 18:56:38 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-11-12 18:56:38 (GMT)
commitc95be52b02e921d4ba8b3e707cd2f6239ce9c99e (patch)
treef30012410b30788f37df1122fde18b75316a4417 /test/uscxml/dom/TestData.json
parentba6950d9968f151247d873b414c3ff0fd513f4ca (diff)
downloaduscxml-c95be52b02e921d4ba8b3e707cd2f6239ce9c99e.zip
uscxml-c95be52b02e921d4ba8b3e707cd2f6239ce9c99e.tar.gz
uscxml-c95be52b02e921d4ba8b3e707cd2f6239ce9c99e.tar.bz2
Data model access example in Java
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,
+ }
+}