Disable PDF tests that are failing after combining PDF plugin into chrome.
[chromium-blink-merge.git] / components / json_schema / README
blobc7453db06dc14bfa9685b024aeeb8f6e3619eaf6
1 The //components/json_schema component provides:
3 a) JSON schema constants, which can be used to inspect schema objects.
5 b) The JSONSchemaValidator class, which can be used to parse and validate JSON
6 schemas, and to validate JSON objects against the parsed schema.