Home | History | Annotate | only in /external/chromium_org/components/json_schema
Up to higher level directory
NameDateSize
BUILD.gn16-Dec-2014396
DEPS16-Dec-201456
json_schema_constants.cc16-Dec-20141.3K
json_schema_constants.h16-Dec-20141.3K
json_schema_validator.cc16-Dec-201430K
json_schema_validator.h16-Dec-20149.6K
json_schema_validator_unittest.cc16-Dec-20145.6K
json_schema_validator_unittest_base.cc10-Mar-201530.2K
json_schema_validator_unittest_base.h16-Dec-20141.8K
OWNERS10-Mar-201588
README16-Dec-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