From f70344aac0cf2c197f8d33f0b375ad1ad2889a36 Mon Sep 17 00:00:00 2001 From: elasota Date: Sun, 16 Feb 2020 21:52:53 -0500 Subject: [PATCH] Remove jsonchecker (license cleanup) --- rapidjson/bin/jsonchecker/fail1.json | 1 - rapidjson/bin/jsonchecker/fail10.json | 1 - rapidjson/bin/jsonchecker/fail11.json | 1 - rapidjson/bin/jsonchecker/fail12.json | 1 - rapidjson/bin/jsonchecker/fail13.json | 1 - rapidjson/bin/jsonchecker/fail14.json | 1 - rapidjson/bin/jsonchecker/fail15.json | 1 - rapidjson/bin/jsonchecker/fail16.json | 1 - rapidjson/bin/jsonchecker/fail17.json | 1 - rapidjson/bin/jsonchecker/fail18.json | 1 - rapidjson/bin/jsonchecker/fail19.json | 1 - rapidjson/bin/jsonchecker/fail2.json | 1 - rapidjson/bin/jsonchecker/fail20.json | 1 - rapidjson/bin/jsonchecker/fail21.json | 1 - rapidjson/bin/jsonchecker/fail22.json | 1 - rapidjson/bin/jsonchecker/fail23.json | 1 - rapidjson/bin/jsonchecker/fail24.json | 1 - rapidjson/bin/jsonchecker/fail25.json | 1 - rapidjson/bin/jsonchecker/fail26.json | 1 - rapidjson/bin/jsonchecker/fail27.json | 2 - rapidjson/bin/jsonchecker/fail28.json | 2 - rapidjson/bin/jsonchecker/fail29.json | 1 - rapidjson/bin/jsonchecker/fail3.json | 1 - rapidjson/bin/jsonchecker/fail30.json | 1 - rapidjson/bin/jsonchecker/fail31.json | 1 - rapidjson/bin/jsonchecker/fail32.json | 1 - rapidjson/bin/jsonchecker/fail33.json | 1 - rapidjson/bin/jsonchecker/fail4.json | 1 - rapidjson/bin/jsonchecker/fail5.json | 1 - rapidjson/bin/jsonchecker/fail6.json | 1 - rapidjson/bin/jsonchecker/fail7.json | 1 - rapidjson/bin/jsonchecker/fail8.json | 1 - rapidjson/bin/jsonchecker/fail9.json | 1 - rapidjson/bin/jsonchecker/pass1.json | 58 --------------------------- rapidjson/bin/jsonchecker/pass2.json | 1 - rapidjson/bin/jsonchecker/pass3.json | 6 --- rapidjson/bin/jsonchecker/readme.txt | 3 -- 37 files changed, 103 deletions(-) delete mode 100644 rapidjson/bin/jsonchecker/fail1.json delete mode 100644 rapidjson/bin/jsonchecker/fail10.json delete mode 100644 rapidjson/bin/jsonchecker/fail11.json delete mode 100644 rapidjson/bin/jsonchecker/fail12.json delete mode 100644 rapidjson/bin/jsonchecker/fail13.json delete mode 100644 rapidjson/bin/jsonchecker/fail14.json delete mode 100644 rapidjson/bin/jsonchecker/fail15.json delete mode 100644 rapidjson/bin/jsonchecker/fail16.json delete mode 100644 rapidjson/bin/jsonchecker/fail17.json delete mode 100644 rapidjson/bin/jsonchecker/fail18.json delete mode 100644 rapidjson/bin/jsonchecker/fail19.json delete mode 100644 rapidjson/bin/jsonchecker/fail2.json delete mode 100644 rapidjson/bin/jsonchecker/fail20.json delete mode 100644 rapidjson/bin/jsonchecker/fail21.json delete mode 100644 rapidjson/bin/jsonchecker/fail22.json delete mode 100644 rapidjson/bin/jsonchecker/fail23.json delete mode 100644 rapidjson/bin/jsonchecker/fail24.json delete mode 100644 rapidjson/bin/jsonchecker/fail25.json delete mode 100644 rapidjson/bin/jsonchecker/fail26.json delete mode 100644 rapidjson/bin/jsonchecker/fail27.json delete mode 100644 rapidjson/bin/jsonchecker/fail28.json delete mode 100644 rapidjson/bin/jsonchecker/fail29.json delete mode 100644 rapidjson/bin/jsonchecker/fail3.json delete mode 100644 rapidjson/bin/jsonchecker/fail30.json delete mode 100644 rapidjson/bin/jsonchecker/fail31.json delete mode 100644 rapidjson/bin/jsonchecker/fail32.json delete mode 100644 rapidjson/bin/jsonchecker/fail33.json delete mode 100644 rapidjson/bin/jsonchecker/fail4.json delete mode 100644 rapidjson/bin/jsonchecker/fail5.json delete mode 100644 rapidjson/bin/jsonchecker/fail6.json delete mode 100644 rapidjson/bin/jsonchecker/fail7.json delete mode 100644 rapidjson/bin/jsonchecker/fail8.json delete mode 100644 rapidjson/bin/jsonchecker/fail9.json delete mode 100644 rapidjson/bin/jsonchecker/pass1.json delete mode 100644 rapidjson/bin/jsonchecker/pass2.json delete mode 100644 rapidjson/bin/jsonchecker/pass3.json delete mode 100644 rapidjson/bin/jsonchecker/readme.txt diff --git a/rapidjson/bin/jsonchecker/fail1.json b/rapidjson/bin/jsonchecker/fail1.json deleted file mode 100644 index 6216b86..0000000 --- a/rapidjson/bin/jsonchecker/fail1.json +++ /dev/null @@ -1 +0,0 @@ -"A JSON payload should be an object or array, not a string." \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail10.json b/rapidjson/bin/jsonchecker/fail10.json deleted file mode 100644 index 5d8c004..0000000 --- a/rapidjson/bin/jsonchecker/fail10.json +++ /dev/null @@ -1 +0,0 @@ -{"Extra value after close": true} "misplaced quoted value" \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail11.json b/rapidjson/bin/jsonchecker/fail11.json deleted file mode 100644 index 76eb95b..0000000 --- a/rapidjson/bin/jsonchecker/fail11.json +++ /dev/null @@ -1 +0,0 @@ -{"Illegal expression": 1 + 2} \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail12.json b/rapidjson/bin/jsonchecker/fail12.json deleted file mode 100644 index 77580a4..0000000 --- a/rapidjson/bin/jsonchecker/fail12.json +++ /dev/null @@ -1 +0,0 @@ -{"Illegal invocation": alert()} \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail13.json b/rapidjson/bin/jsonchecker/fail13.json deleted file mode 100644 index 379406b..0000000 --- a/rapidjson/bin/jsonchecker/fail13.json +++ /dev/null @@ -1 +0,0 @@ -{"Numbers cannot have leading zeroes": 013} \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail14.json b/rapidjson/bin/jsonchecker/fail14.json deleted file mode 100644 index 0ed366b..0000000 --- a/rapidjson/bin/jsonchecker/fail14.json +++ /dev/null @@ -1 +0,0 @@ -{"Numbers cannot be hex": 0x14} \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail15.json b/rapidjson/bin/jsonchecker/fail15.json deleted file mode 100644 index fc8376b..0000000 --- a/rapidjson/bin/jsonchecker/fail15.json +++ /dev/null @@ -1 +0,0 @@ -["Illegal backslash escape: \x15"] \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail16.json b/rapidjson/bin/jsonchecker/fail16.json deleted file mode 100644 index 3fe21d4..0000000 --- a/rapidjson/bin/jsonchecker/fail16.json +++ /dev/null @@ -1 +0,0 @@ -[\naked] \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail17.json b/rapidjson/bin/jsonchecker/fail17.json deleted file mode 100644 index 62b9214..0000000 --- a/rapidjson/bin/jsonchecker/fail17.json +++ /dev/null @@ -1 +0,0 @@ -["Illegal backslash escape: \017"] \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail18.json b/rapidjson/bin/jsonchecker/fail18.json deleted file mode 100644 index edac927..0000000 --- a/rapidjson/bin/jsonchecker/fail18.json +++ /dev/null @@ -1 +0,0 @@ -[[[[[[[[[[[[[[[[[[[["Too deep"]]]]]]]]]]]]]]]]]]]] \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail19.json b/rapidjson/bin/jsonchecker/fail19.json deleted file mode 100644 index 3b9c46f..0000000 --- a/rapidjson/bin/jsonchecker/fail19.json +++ /dev/null @@ -1 +0,0 @@ -{"Missing colon" null} \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail2.json b/rapidjson/bin/jsonchecker/fail2.json deleted file mode 100644 index 6b7c11e..0000000 --- a/rapidjson/bin/jsonchecker/fail2.json +++ /dev/null @@ -1 +0,0 @@ -["Unclosed array" \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail20.json b/rapidjson/bin/jsonchecker/fail20.json deleted file mode 100644 index 27c1af3..0000000 --- a/rapidjson/bin/jsonchecker/fail20.json +++ /dev/null @@ -1 +0,0 @@ -{"Double colon":: null} \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail21.json b/rapidjson/bin/jsonchecker/fail21.json deleted file mode 100644 index 6247457..0000000 --- a/rapidjson/bin/jsonchecker/fail21.json +++ /dev/null @@ -1 +0,0 @@ -{"Comma instead of colon", null} \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail22.json b/rapidjson/bin/jsonchecker/fail22.json deleted file mode 100644 index a775258..0000000 --- a/rapidjson/bin/jsonchecker/fail22.json +++ /dev/null @@ -1 +0,0 @@ -["Colon instead of comma": false] \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail23.json b/rapidjson/bin/jsonchecker/fail23.json deleted file mode 100644 index 494add1..0000000 --- a/rapidjson/bin/jsonchecker/fail23.json +++ /dev/null @@ -1 +0,0 @@ -["Bad value", truth] \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail24.json b/rapidjson/bin/jsonchecker/fail24.json deleted file mode 100644 index caff239..0000000 --- a/rapidjson/bin/jsonchecker/fail24.json +++ /dev/null @@ -1 +0,0 @@ -['single quote'] \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail25.json b/rapidjson/bin/jsonchecker/fail25.json deleted file mode 100644 index 8b7ad23..0000000 --- a/rapidjson/bin/jsonchecker/fail25.json +++ /dev/null @@ -1 +0,0 @@ -[" tab character in string "] \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail26.json b/rapidjson/bin/jsonchecker/fail26.json deleted file mode 100644 index 845d26a..0000000 --- a/rapidjson/bin/jsonchecker/fail26.json +++ /dev/null @@ -1 +0,0 @@ -["tab\ character\ in\ string\ "] \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail27.json b/rapidjson/bin/jsonchecker/fail27.json deleted file mode 100644 index 6b01a2c..0000000 --- a/rapidjson/bin/jsonchecker/fail27.json +++ /dev/null @@ -1,2 +0,0 @@ -["line -break"] \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail28.json b/rapidjson/bin/jsonchecker/fail28.json deleted file mode 100644 index 621a010..0000000 --- a/rapidjson/bin/jsonchecker/fail28.json +++ /dev/null @@ -1,2 +0,0 @@ -["line\ -break"] \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail29.json b/rapidjson/bin/jsonchecker/fail29.json deleted file mode 100644 index 47ec421..0000000 --- a/rapidjson/bin/jsonchecker/fail29.json +++ /dev/null @@ -1 +0,0 @@ -[0e] \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail3.json b/rapidjson/bin/jsonchecker/fail3.json deleted file mode 100644 index 168c81e..0000000 --- a/rapidjson/bin/jsonchecker/fail3.json +++ /dev/null @@ -1 +0,0 @@ -{unquoted_key: "keys must be quoted"} \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail30.json b/rapidjson/bin/jsonchecker/fail30.json deleted file mode 100644 index 8ab0bc4..0000000 --- a/rapidjson/bin/jsonchecker/fail30.json +++ /dev/null @@ -1 +0,0 @@ -[0e+] \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail31.json b/rapidjson/bin/jsonchecker/fail31.json deleted file mode 100644 index 1cce602..0000000 --- a/rapidjson/bin/jsonchecker/fail31.json +++ /dev/null @@ -1 +0,0 @@ -[0e+-1] \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail32.json b/rapidjson/bin/jsonchecker/fail32.json deleted file mode 100644 index 45cba73..0000000 --- a/rapidjson/bin/jsonchecker/fail32.json +++ /dev/null @@ -1 +0,0 @@ -{"Comma instead if closing brace": true, \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail33.json b/rapidjson/bin/jsonchecker/fail33.json deleted file mode 100644 index ca5eb19..0000000 --- a/rapidjson/bin/jsonchecker/fail33.json +++ /dev/null @@ -1 +0,0 @@ -["mismatch"} \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail4.json b/rapidjson/bin/jsonchecker/fail4.json deleted file mode 100644 index 9de168b..0000000 --- a/rapidjson/bin/jsonchecker/fail4.json +++ /dev/null @@ -1 +0,0 @@ -["extra comma",] \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail5.json b/rapidjson/bin/jsonchecker/fail5.json deleted file mode 100644 index ddf3ce3..0000000 --- a/rapidjson/bin/jsonchecker/fail5.json +++ /dev/null @@ -1 +0,0 @@ -["double extra comma",,] \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail6.json b/rapidjson/bin/jsonchecker/fail6.json deleted file mode 100644 index ed91580..0000000 --- a/rapidjson/bin/jsonchecker/fail6.json +++ /dev/null @@ -1 +0,0 @@ -[ , "<-- missing value"] \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail7.json b/rapidjson/bin/jsonchecker/fail7.json deleted file mode 100644 index 8a96af3..0000000 --- a/rapidjson/bin/jsonchecker/fail7.json +++ /dev/null @@ -1 +0,0 @@ -["Comma after the close"], \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail8.json b/rapidjson/bin/jsonchecker/fail8.json deleted file mode 100644 index b28479c..0000000 --- a/rapidjson/bin/jsonchecker/fail8.json +++ /dev/null @@ -1 +0,0 @@ -["Extra close"]] \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/fail9.json b/rapidjson/bin/jsonchecker/fail9.json deleted file mode 100644 index 5815574..0000000 --- a/rapidjson/bin/jsonchecker/fail9.json +++ /dev/null @@ -1 +0,0 @@ -{"Extra comma": true,} \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/pass1.json b/rapidjson/bin/jsonchecker/pass1.json deleted file mode 100644 index 70e2685..0000000 --- a/rapidjson/bin/jsonchecker/pass1.json +++ /dev/null @@ -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"] \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/pass2.json b/rapidjson/bin/jsonchecker/pass2.json deleted file mode 100644 index d3c63c7..0000000 --- a/rapidjson/bin/jsonchecker/pass2.json +++ /dev/null @@ -1 +0,0 @@ -[[[[[[[[[[[[[[[[[[["Not too deep"]]]]]]]]]]]]]]]]]]] \ No newline at end of file diff --git a/rapidjson/bin/jsonchecker/pass3.json b/rapidjson/bin/jsonchecker/pass3.json deleted file mode 100644 index 4528d51..0000000 --- a/rapidjson/bin/jsonchecker/pass3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "JSON Test Pattern pass3": { - "The outermost value": "must be an object or array.", - "In this test": "It is an object." - } -} diff --git a/rapidjson/bin/jsonchecker/readme.txt b/rapidjson/bin/jsonchecker/readme.txt deleted file mode 100644 index 321d89d..0000000 --- a/rapidjson/bin/jsonchecker/readme.txt +++ /dev/null @@ -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.