summaryrefslogtreecommitdiffstats
path: root/test/json-structure/nested-arrays/input.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/json-structure/nested-arrays/input.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/json-structure/nested-arrays/input.json b/test/json-structure/nested-arrays/input.json
new file mode 100644
index 0000000..e4e6b99
--- /dev/null
+++ b/test/json-structure/nested-arrays/input.json
@@ -0,0 +1,5 @@
+[
+ [0, 1, 2],
+ [3, 4, 5]
+]
+