diff options
Diffstat (limited to '')
-rw-r--r-- | tests/inputs/nested/nested.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/inputs/nested/nested.json b/tests/inputs/nested/nested.json new file mode 100644 index 0000000..f460cad --- /dev/null +++ b/tests/inputs/nested/nested.json @@ -0,0 +1,7 @@ +{ + "nested": { + "count": 150 + }, + "sibling": {}, + "msg": "THIS" +} |