Home | History | Annotate | only in /external/chromium_org/components/json_schema
Up to higher level directory
NameDateSize
DEPS03-Jun-201434
json_schema_constants.cc03-Jun-20141.3K
json_schema_constants.h03-Jun-20141.3K
json_schema_validator.cc03-Jun-201426.8K
json_schema_validator.h03-Jun-20149.2K
json_schema_validator_unittest.cc03-Jun-20145.1K
json_schema_validator_unittest_base.cc03-Jun-201428.2K
json_schema_validator_unittest_base.h03-Jun-20141.9K
OWNERS03-Jun-2014105
README03-Jun-2014266

README

      1 The //components/json_schema component provides:
      2 
      3 a) JSON schema constants, which can be used to inspect schema objects.
      4 
      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.
      7