You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/roles/test_uri/files
Toshio Kuratomi a8d52e3e94 Have to setup the proper mime-types before importing SImpleHttpServer 9 years ago
..
README uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail0.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail1.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail2.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail3.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail4.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail5.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail6.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail7.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail8.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail9.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail10.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail11.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail12.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail13.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail14.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail15.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail16.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail17.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail18.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail19.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail20.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail21.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail22.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail23.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail24.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail25.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail26.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail27.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail28.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail29.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
fail30.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
pass0.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
pass1.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
pass2.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
pass3.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
pass4.json uri: provide raw_content, parse json without double-decoding. Fixes #7586 9 years ago
testserver.py Have to setup the proper mime-types before importing SImpleHttpServer 9 years ago

README

The files were taken from http://www.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.

Difference with JSON_checker dataset:
  - *${n}.json  renamed to *${n-1}.json to be 0-based
  - fail0.json  renamed to pass3.json   as python json module allows JSON payload to be string
  - fail17.json renamed to pass4.json   as python json module has no problems with deep structures
  - fail32.json renamed to fail0.json   to fill gap
  - fail31.json renamed to fail17.json  to fill gap