What this is

Of all the tools on Torinoa Tools, the one I personally use the most is the JSON Expected Value Validator. When working on APIs, I regularly need to check that a specific key in many different JSON test cases has the expected type or value. This tool lets you define validation rules with JSONPath in a CSV, then apply them across many JSON test cases at once.

What it does

Schema CSV (row-based): each row defines a JSONPath to check, the expected type, whether it's required, and a comparison mode

Test case JSON(s): upload or paste multiple JSON documents to validate