liiir1985 7f62dcda9f | ||
---|---|---|
.. | ||
README | ||
json_schema_constants.cc | ||
json_schema_constants.h | ||
json_schema_validator.cc | ||
json_schema_validator.h | ||
json_schema_validator_unittest.cc | ||
json_schema_validator_unittest_base.cc | ||
json_schema_validator_unittest_base.h |
README
The //components/json_schema component provides: a) JSON schema constants, which can be used to inspect schema objects. b) The JSONSchemaValidator class, which can be used to parse and validate JSON schemas, and to validate JSON objects against the parsed schema.