summaryrefslogtreecommitdiff
path: root/jcnf/yajl/cases/array.json
diff options
context:
space:
mode:
Diffstat (limited to 'jcnf/yajl/cases/array.json')
-rw-r--r--jcnf/yajl/cases/array.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/jcnf/yajl/cases/array.json b/jcnf/yajl/cases/array.json
new file mode 100644
index 0000000..f76058d
--- /dev/null
+++ b/jcnf/yajl/cases/array.json
@@ -0,0 +1,6 @@
+["foo",
+ "bar", "baz",
+ true,false,null,{"key":"value"},
+ [null,null,null,[]],
+ "\n\r\\"
+]