aboutsummaryrefslogtreecommitdiff
path: root/tests/valid/arrays.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/valid/arrays.json')
-rw-r--r--tests/valid/arrays.json34
1 files changed, 0 insertions, 34 deletions
diff --git a/tests/valid/arrays.json b/tests/valid/arrays.json
deleted file mode 100644
index 58aedbc..0000000
--- a/tests/valid/arrays.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "ints": {
- "type": "array",
- "value": [
- {"type": "integer", "value": "1"},
- {"type": "integer", "value": "2"},
- {"type": "integer", "value": "3"}
- ]
- },
- "floats": {
- "type": "array",
- "value": [
- {"type": "float", "value": "1.1"},
- {"type": "float", "value": "2.1"},
- {"type": "float", "value": "3.1"}
- ]
- },
- "strings": {
- "type": "array",
- "value": [
- {"type": "string", "value": "a"},
- {"type": "string", "value": "b"},
- {"type": "string", "value": "c"}
- ]
- },
- "dates": {
- "type": "array",
- "value": [
- {"type": "datetime", "value": "1987-07-05T17:45:00Z"},
- {"type": "datetime", "value": "1979-05-27T07:32:00Z"},
- {"type": "datetime", "value": "2006-06-01T11:00:00Z"}
- ]
- }
-}