• Home
Name Date Size #Lines LOC

..--

READMED06-Sep-2024266 74

json_schema_constants.ccD06-Sep-20241.3 KiB4032

json_schema_constants.hD06-Sep-20241.3 KiB4434

json_schema_validator.ccD06-Sep-202430.6 KiB863708

json_schema_validator.hD06-Sep-20249.5 KiB252103

json_schema_validator_unittest.ccD06-Sep-20246.1 KiB178163

json_schema_validator_unittest_base.ccD06-Sep-202429.4 KiB711591

json_schema_validator_unittest_base.hD06-Sep-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