aboutsummaryrefslogtreecommitdiff
path: root/tests/valid/table-array-nest-no-keys.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/valid/table-array-nest-no-keys.json')
-rw-r--r--tests/valid/table-array-nest-no-keys.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/valid/table-array-nest-no-keys.json b/tests/valid/table-array-nest-no-keys.json
deleted file mode 100644
index 7537b1a..0000000
--- a/tests/valid/table-array-nest-no-keys.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "albums": [
- {
- "songs": [{}, {}]
- }
- ],
- "artists": [
- {
- "home": {
- "address": {}
- }
- }
- ]
-}