• Home
Name Date Size #Lines LOC

..--

READMED03-May-2024266 74

json_schema_constants.ccD03-May-20241.3 KiB4032

json_schema_constants.hD03-May-20241.3 KiB4434

json_schema_validator.ccD03-May-202430.6 KiB863708

json_schema_validator.hD03-May-20249.5 KiB252103

json_schema_validator_unittest.ccD03-May-20246.1 KiB178163

json_schema_validator_unittest_base.ccD03-May-202429.4 KiB711591

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