android13/external/libchrome/components/json_schema
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
README initial 2024-06-22 20:45:49 +08:00
json_schema_constants.cc initial 2024-06-22 20:45:49 +08:00
json_schema_constants.h initial 2024-06-22 20:45:49 +08:00
json_schema_validator.cc initial 2024-06-22 20:45:49 +08:00
json_schema_validator.h initial 2024-06-22 20:45:49 +08:00
json_schema_validator_unittest.cc initial 2024-06-22 20:45:49 +08:00
json_schema_validator_unittest_base.cc initial 2024-06-22 20:45:49 +08:00
json_schema_validator_unittest_base.h initial 2024-06-22 20:45:49 +08:00

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.