diff options
Diffstat (limited to 'test/json/nested2/input.json')
-rw-r--r-- | test/json/nested2/input.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/json/nested2/input.json b/test/json/nested2/input.json new file mode 100644 index 0000000..6506406 --- /dev/null +++ b/test/json/nested2/input.json @@ -0,0 +1,6 @@ +[ + { "value":1 }, + { "value":2 }, + { "value":3 } +] + |