Name Date Size #Lines LOC

..--

READMEH A D25-Apr-2025266 74

json_schema_constants.ccH A D25-Apr-20251.3 KiB4032

json_schema_constants.hH A D25-Apr-20251.3 KiB4434

json_schema_validator.ccH A D25-Apr-202530.6 KiB863708

json_schema_validator.hH A D25-Apr-20259.5 KiB252103

json_schema_validator_unittest.ccH A D25-Apr-20256.1 KiB178163

json_schema_validator_unittest_base.ccH A D25-Apr-202529.4 KiB711591

json_schema_validator_unittest_base.hH A D25-Apr-20251.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