aboutsummaryrefslogtreecommitdiff
path: root/test/data/legacy_test_complex_01.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/legacy_test_complex_01.json')
-rw-r--r--test/data/legacy_test_complex_01.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/data/legacy_test_complex_01.json b/test/data/legacy_test_complex_01.json
new file mode 100644
index 0000000..cc0f30f
--- /dev/null
+++ b/test/data/legacy_test_complex_01.json
@@ -0,0 +1,17 @@
+{
+ "count" : 1234,
+ "name" : { "aka" : "T.E.S.T.", "id" : 123987 },
+ "attribute" : [
+ "random",
+ "short",
+ "bold",
+ 12,
+ { "height" : 7, "width" : 64 }
+ ],
+ "test": { "1" :
+ { "2" :
+ { "3" : { "coord" : [ 1,2] }
+ }
+ }
+ }
+}