view source
json-gate - validates JSON objects against a JSON schema
json-gate validates JSON objects against a JSON schema. In other words, it makes sure an object conforms to the type and structure that your code expects. For example, a server can use it to ensure input received from a client conforms to the API.
Advertisement