• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D03-May-2022578 108

fail0.jsonH A D03-May-202212 11

fail1.jsonH A D03-May-202217 11

fail10.jsonH A D03-May-202229 11

fail11.jsonH A D03-May-202231 11

fail12.jsonH A D03-May-202243 11

fail13.jsonH A D03-May-202231 11

fail14.jsonH A D03-May-202234 11

fail15.jsonH A D03-May-20228 11

fail16.jsonH A D03-May-202234 11

fail17.jsonH A D03-May-202240 11

fail18.jsonH A D03-May-202222 11

fail19.jsonH A D03-May-202223 11

fail2.jsonH A D03-May-202237 11

fail20.jsonH A D03-May-202232 11

fail21.jsonH A D03-May-202233 11

fail22.jsonH A D03-May-202220 11

fail23.jsonH A D03-May-202216 11

fail24.jsonH A D03-May-202229 11

fail25.jsonH A D03-May-202238 11

fail26.jsonH A D03-May-202214 22

fail27.jsonH A D03-May-202215 22

fail28.jsonH A D03-May-20224 11

fail29.jsonH A D03-May-20225 11

fail3.jsonH A D03-May-202216 11

fail30.jsonH A D03-May-20227 11

fail4.jsonH A D03-May-202224 11

fail5.jsonH A D03-May-202226 11

fail6.jsonH A D03-May-202226 11

fail7.jsonH A D03-May-202216 11

fail8.jsonH A D03-May-202222 11

fail9.jsonH A D03-May-202258 11

pass0.jsonH A D03-May-20221.4 KiB5855

pass1.jsonH A D03-May-202252 11

pass2.jsonH A D03-May-2022148 76

pass3.jsonH A D03-May-202260 11

pass4.jsonH A D03-May-202250 11

testserver.pyH A D03-May-2022570 2117

README

1The files were taken from http://www.json.org/JSON_checker/
2> If the JSON_checker is working correctly, it must accept all of the pass*.json files and reject all of the fail*.json files.
3
4Difference with JSON_checker dataset:
5  - *${n}.json  renamed to *${n-1}.json to be 0-based
6  - fail0.json  renamed to pass3.json   as python json module allows JSON payload to be string
7  - fail17.json renamed to pass4.json   as python json module has no problems with deep structures
8  - fail32.json renamed to fail0.json   to fill gap
9  - fail31.json renamed to fail17.json  to fill gap
10