svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 325 forks source link

Full JSON validation #210

Open HackToHell opened 8 years ago

HackToHell commented 8 years ago

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

sohamnavadiya commented 7 years ago

Nice It is helpful to validate JSON schema.