• Home
Name Date Size #Lines LOC

..--

DEPSD03-May-202434 43

OWNERSD03-May-2024105 65

READMED03-May-2024266 74

json_schema_constants.ccD03-May-20241.3 KiB3931

json_schema_constants.hD03-May-20241.3 KiB4333

json_schema_validator.ccD03-May-202426.8 KiB768629

json_schema_validator.hD03-May-20249.2 KiB249105

json_schema_validator_unittest.ccD03-May-20245.1 KiB147135

json_schema_validator_unittest_base.ccD03-May-202428.2 KiB731618

json_schema_validator_unittest_base.hD03-May-20241.9 KiB6444

README

1The //components/json_schema component provides:
2
3a) JSON schema constants, which can be used to inspect schema objects.
4
5b) The JSONSchemaValidator class, which can be used to parse and validate JSON
6schemas, and to validate JSON objects against the parsed schema.
7