• Home
Name Date Size #Lines LOC

..--

BUILD.gnD03-May-2024396 1815

DEPSD03-May-202456 54

OWNERSD03-May-202488 54

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-202430 KiB846697

json_schema_validator.hD03-May-20249.6 KiB255106

json_schema_validator_unittest.ccD03-May-20245.6 KiB158146

json_schema_validator_unittest_base.ccD03-May-202430.2 KiB772652

json_schema_validator_unittest_base.hD03-May-20241.8 KiB5739

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