diff options
Diffstat (limited to 'tests/data/valid/array/open-parent-table.json')
-rw-r--r-- | tests/data/valid/array/open-parent-table.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/valid/array/open-parent-table.json b/tests/data/valid/array/open-parent-table.json new file mode 100644 index 0000000..7dba1b6 --- /dev/null +++ b/tests/data/valid/array/open-parent-table.json @@ -0,0 +1,6 @@ +{ + "parent-table": { + "arr": {"type":"array","value":[{},{}]}, + "not-arr": {"type":"integer","value":"1"} + } +} |