aboutsummaryrefslogtreecommitdiff
path: root/test-suite/tests/valid/array-mixed-types-ints-and-floats.json
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/tests/valid/array-mixed-types-ints-and-floats.json')
-rw-r--r--test-suite/tests/valid/array-mixed-types-ints-and-floats.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/test-suite/tests/valid/array-mixed-types-ints-and-floats.json b/test-suite/tests/valid/array-mixed-types-ints-and-floats.json
new file mode 100644
index 0000000..c90665e
--- /dev/null
+++ b/test-suite/tests/valid/array-mixed-types-ints-and-floats.json
@@ -0,0 +1,9 @@
+{
+ "ints-and-floats": {
+ "type": "array",
+ "value": [
+ {"type": "integer", "value": "1"},
+ {"type": "float", "value": "1.1"}
+ ]
+ }
+}