aboutsummaryrefslogtreecommitdiff
path: root/tests/valid/table-array-nest.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/valid/table-array-nest.json')
-rw-r--r--tests/valid/table-array-nest.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/valid/table-array-nest.json b/tests/valid/table-array-nest.json
deleted file mode 100644
index c117afa..0000000
--- a/tests/valid/table-array-nest.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "albums": [
- {
- "name": {"type": "string", "value": "Born to Run"},
- "songs": [
- {"name": {"type": "string", "value": "Jungleland"}},
- {"name": {"type": "string", "value": "Meeting Across the River"}}
- ]
- },
- {
- "name": {"type": "string", "value": "Born in the USA"},
- "songs": [
- {"name": {"type": "string", "value": "Glory Days"}},
- {"name": {"type": "string", "value": "Dancing in the Dark"}}
- ]
- }
- ]
-}