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