Home | History | Annotate | only in /external/chromium_org/components/json_schema
Up to higher level directory
NameDateSize
BUILD.gn23-Apr-2015396
DEPS23-Apr-201556
json_schema_constants.cc23-Apr-20151.3K
json_schema_constants.h23-Apr-20151.3K
json_schema_validator.cc23-Apr-201530K
json_schema_validator.h23-Apr-20159.6K
json_schema_validator_unittest.cc23-Apr-20155.6K
json_schema_validator_unittest_base.cc23-Apr-201530.2K
json_schema_validator_unittest_base.h23-Apr-20151.8K
OWNERS23-Apr-201588
README23-Apr-2015266

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