aboutsummaryrefslogtreecommitdiff
path: root/test-suite/tests/valid/table-array-many.json
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/tests/valid/table-array-many.json')
-rw-r--r--test-suite/tests/valid/table-array-many.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/test-suite/tests/valid/table-array-many.json b/test-suite/tests/valid/table-array-many.json
new file mode 100644
index 0000000..84df2da
--- /dev/null
+++ b/test-suite/tests/valid/table-array-many.json
@@ -0,0 +1,16 @@
+{
+ "people": [
+ {
+ "first_name": {"type": "string", "value": "Bruce"},
+ "last_name": {"type": "string", "value": "Springsteen"}
+ },
+ {
+ "first_name": {"type": "string", "value": "Eric"},
+ "last_name": {"type": "string", "value": "Clapton"}
+ },
+ {
+ "first_name": {"type": "string", "value": "Bob"},
+ "last_name": {"type": "string", "value": "Seger"}
+ }
+ ]
+}