...
This tool checks whether JSON requests and responses are well-formed. The tool can also validate JSON payloads against schema definitions. You can use JSON Validators as standalone tools to manually validate JSON or connect it to tools that send or receive messages in JSON format to verify that the payloads are valid. The tool validates against the RFC 4627 version of the JSON standard. See Validating Incoming Requests for an example of using validators like this one in a common workflow.
Attaching a JSON Validator to Existing Tools
...