summaryrefslogtreecommitdiffstats
path: root/test/json-structure/nested-arrays-mixed-2/input.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/json-structure/nested-arrays-mixed-2/input.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/json-structure/nested-arrays-mixed-2/input.json b/test/json-structure/nested-arrays-mixed-2/input.json
new file mode 100644
index 0000000..b63feb3
--- /dev/null
+++ b/test/json-structure/nested-arrays-mixed-2/input.json
@@ -0,0 +1,15 @@
+[
+ [
+ 3,
+ 4,
+ 5
+ ],
+ [
+ {
+ "name": "Jane Doe",
+ "age": -1
+ },
+ 1,
+ 2
+ ]
+]