mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-22 22:45:39 +00:00
Remove jsonchecker (license cleanup)
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
"A JSON payload should be an object or array, not a string."
|
|
@@ -1 +0,0 @@
|
|||||||
{"Extra value after close": true} "misplaced quoted value"
|
|
@@ -1 +0,0 @@
|
|||||||
{"Illegal expression": 1 + 2}
|
|
@@ -1 +0,0 @@
|
|||||||
{"Illegal invocation": alert()}
|
|
@@ -1 +0,0 @@
|
|||||||
{"Numbers cannot have leading zeroes": 013}
|
|
@@ -1 +0,0 @@
|
|||||||
{"Numbers cannot be hex": 0x14}
|
|
@@ -1 +0,0 @@
|
|||||||
["Illegal backslash escape: \x15"]
|
|
@@ -1 +0,0 @@
|
|||||||
[\naked]
|
|
@@ -1 +0,0 @@
|
|||||||
["Illegal backslash escape: \017"]
|
|
@@ -1 +0,0 @@
|
|||||||
[[[[[[[[[[[[[[[[[[[["Too deep"]]]]]]]]]]]]]]]]]]]]
|
|
@@ -1 +0,0 @@
|
|||||||
{"Missing colon" null}
|
|
@@ -1 +0,0 @@
|
|||||||
["Unclosed array"
|
|
@@ -1 +0,0 @@
|
|||||||
{"Double colon":: null}
|
|
@@ -1 +0,0 @@
|
|||||||
{"Comma instead of colon", null}
|
|
@@ -1 +0,0 @@
|
|||||||
["Colon instead of comma": false]
|
|
@@ -1 +0,0 @@
|
|||||||
["Bad value", truth]
|
|
@@ -1 +0,0 @@
|
|||||||
['single quote']
|
|
@@ -1 +0,0 @@
|
|||||||
[" tab character in string "]
|
|
@@ -1 +0,0 @@
|
|||||||
["tab\ character\ in\ string\ "]
|
|
@@ -1,2 +0,0 @@
|
|||||||
["line
|
|
||||||
break"]
|
|
@@ -1,2 +0,0 @@
|
|||||||
["line\
|
|
||||||
break"]
|
|
@@ -1 +0,0 @@
|
|||||||
[0e]
|
|
@@ -1 +0,0 @@
|
|||||||
{unquoted_key: "keys must be quoted"}
|
|
@@ -1 +0,0 @@
|
|||||||
[0e+]
|
|
@@ -1 +0,0 @@
|
|||||||
[0e+-1]
|
|
@@ -1 +0,0 @@
|
|||||||
{"Comma instead if closing brace": true,
|
|
@@ -1 +0,0 @@
|
|||||||
["mismatch"}
|
|
@@ -1 +0,0 @@
|
|||||||
["extra comma",]
|
|
@@ -1 +0,0 @@
|
|||||||
["double extra comma",,]
|
|
@@ -1 +0,0 @@
|
|||||||
[ , "<-- missing value"]
|
|
@@ -1 +0,0 @@
|
|||||||
["Comma after the close"],
|
|
@@ -1 +0,0 @@
|
|||||||
["Extra close"]]
|
|
@@ -1 +0,0 @@
|
|||||||
{"Extra comma": true,}
|
|
@@ -1,58 +0,0 @@
|
|||||||
[
|
|
||||||
"JSON Test Pattern pass1",
|
|
||||||
{"object with 1 member":["array with 1 element"]},
|
|
||||||
{},
|
|
||||||
[],
|
|
||||||
-42,
|
|
||||||
true,
|
|
||||||
false,
|
|
||||||
null,
|
|
||||||
{
|
|
||||||
"integer": 1234567890,
|
|
||||||
"real": -9876.543210,
|
|
||||||
"e": 0.123456789e-12,
|
|
||||||
"E": 1.234567890E+34,
|
|
||||||
"": 23456789012E66,
|
|
||||||
"zero": 0,
|
|
||||||
"one": 1,
|
|
||||||
"space": " ",
|
|
||||||
"quote": "\"",
|
|
||||||
"backslash": "\\",
|
|
||||||
"controls": "\b\f\n\r\t",
|
|
||||||
"slash": "/ & \/",
|
|
||||||
"alpha": "abcdefghijklmnopqrstuvwyz",
|
|
||||||
"ALPHA": "ABCDEFGHIJKLMNOPQRSTUVWYZ",
|
|
||||||
"digit": "0123456789",
|
|
||||||
"0123456789": "digit",
|
|
||||||
"special": "`1~!@#$%^&*()_+-={':[,]}|;.</>?",
|
|
||||||
"hex": "\u0123\u4567\u89AB\uCDEF\uabcd\uef4A",
|
|
||||||
"true": true,
|
|
||||||
"false": false,
|
|
||||||
"null": null,
|
|
||||||
"array":[ ],
|
|
||||||
"object":{ },
|
|
||||||
"address": "50 St. James Street",
|
|
||||||
"url": "http://www.JSON.org/",
|
|
||||||
"comment": "// /* <!-- --",
|
|
||||||
"# -- --> */": " ",
|
|
||||||
" s p a c e d " :[1,2 , 3
|
|
||||||
|
|
||||||
,
|
|
||||||
|
|
||||||
4 , 5 , 6 ,7 ],"compact":[1,2,3,4,5,6,7],
|
|
||||||
"jsontext": "{\"object with 1 member\":[\"array with 1 element\"]}",
|
|
||||||
"quotes": "" \u0022 %22 0x22 034 "",
|
|
||||||
"\/\\\"\uCAFE\uBABE\uAB98\uFCDE\ubcda\uef4A\b\f\n\r\t`1~!@#$%^&*()_+-=[]{}|;:',./<>?"
|
|
||||||
: "A key can be any string"
|
|
||||||
},
|
|
||||||
0.5 ,98.6
|
|
||||||
,
|
|
||||||
99.44
|
|
||||||
,
|
|
||||||
|
|
||||||
1066,
|
|
||||||
1e1,
|
|
||||||
0.1e1,
|
|
||||||
1e-1,
|
|
||||||
1e00,2e+00,2e-00
|
|
||||||
,"rosebud"]
|
|
@@ -1 +0,0 @@
|
|||||||
[[[[[[[[[[[[[[[[[[["Not too deep"]]]]]]]]]]]]]]]]]]]
|
|
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"JSON Test Pattern pass3": {
|
|
||||||
"The outermost value": "must be an object or array.",
|
|
||||||
"In this test": "It is an object."
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,3 +0,0 @@
|
|||||||
Test suite from http://json.org/JSON_checker/.
|
|
||||||
|
|
||||||
If the JSON_checker is working correctly, it must accept all of the pass*.json files and reject all of the fail*.json files.
|
|
Reference in New Issue
Block a user