pyresttest icon indicating copy to clipboard operation
pyresttest copied to clipboard

Full JSON validation

Open HackToHell opened this issue 8 years ago • 1 comments

Hi, Implemented a full JSON validator, does it make sense to add this particular feature to pyresttest?

If yes, let me add tests and documentation and send a pull request, the validator if you want to check it out. Uses DeepDiff for checking the JSON https://github.com/seperman/deepdiff.

https://github.com/HackToHell/pyresttest/commit/c040ab26504980646a7793ed50bd72ffafb460d3#diff-8112e48d52c5c06ab87d08979699a100R505

HackToHell avatar Aug 20 '16 12:08 HackToHell

Nice It is helpful to validate JSON schema.

sohamnavadiya avatar Jan 03 '17 13:01 sohamnavadiya