unplugged-system/external/libchrome/components/json_schema
2025-10-06 13:59:42 +00:00
..
json_schema_constants.cc Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
json_schema_constants.h Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
json_schema_validator_unittest_base.cc Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
json_schema_validator_unittest_base.h Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
json_schema_validator_unittest.cc Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
json_schema_validator.cc Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
json_schema_validator.h Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

The //components/json_schema component provides:

a) JSON schema constants, which can be used to inspect schema objects.

b) The JSONSchemaValidator class, which can be used to parse and validate JSON
schemas, and to validate JSON objects against the parsed schema.