robotframework-jsonvalidator icon indicating copy to clipboard operation
robotframework-jsonvalidator copied to clipboard

Robot Framework library for JSON validation

Results 3 robotframework-jsonvalidator issues
Sort by recently updated
recently updated
newest added

I'm using jsonvalidator v2.0.0 with RF v4.1.3 and Python v3.10 Whenever I have a json that contains the key "type", the validator returns "Failed validating 'type' Below are two jsons...

Could you create a "notcontain" key to do the reverse operation?

If I want to verify the boolean value of some key in my JSON response I can not do it using Element Should Exist or either contains or with expr...