We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ca50c0 + 1507e57 commit 4336571Copy full SHA for 4336571
tests/draft7/optional/content.json
@@ -14,6 +14,11 @@
14
"description": "an invalid JSON document",
15
"data": "{:}",
16
"valid": false
17
+ },
18
+ {
19
+ "description": "ignores non-strings",
20
+ "data": 100,
21
+ "valid": true
22
}
23
]
24
},
@@ -32,6 +37,11 @@
32
37
"description": "an invalid base64 string (% is not a valid character)",
33
38
"data": "eyJmb28iOi%iYmFyIn0K",
34
39
40
41
42
43
44
35
45
36
46
47
@@ -56,6 +66,11 @@
56
66
"description": "an invalid base64 string that is valid JSON",
57
67
"data": "{}",
58
68
69
70
71
72
73
59
74
60
75
61
76
0 commit comments