xref: /aosp_15_r20/external/libchrome/components/json_schema/README (revision 635a864187cb8b6c713ff48b7e790a6b21769273)
1*635a8641SAndroid Build Coastguard WorkerThe //components/json_schema component provides:
2*635a8641SAndroid Build Coastguard Worker
3*635a8641SAndroid Build Coastguard Workera) JSON schema constants, which can be used to inspect schema objects.
4*635a8641SAndroid Build Coastguard Worker
5*635a8641SAndroid Build Coastguard Workerb) The JSONSchemaValidator class, which can be used to parse and validate JSON
6*635a8641SAndroid Build Coastguard Workerschemas, and to validate JSON objects against the parsed schema.
7