diff options
Diffstat (limited to 'test/json-structure/repeat-objects/input.json')
-rw-r--r-- | test/json-structure/repeat-objects/input.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/json-structure/repeat-objects/input.json b/test/json-structure/repeat-objects/input.json new file mode 100644 index 0000000..27882a4 --- /dev/null +++ b/test/json-structure/repeat-objects/input.json @@ -0,0 +1,6 @@ +[ + {"name": "a", "age": 12}, + {"name": "b", "age": true}, + {"name": "c", "age": null}, + {"name": "d", "age": "n/a"}, +] |