1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
README Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
json_schema_constants.cc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
json_schema_constants.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
json_schema_validator.cc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
json_schema_validator.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
json_schema_validator_unittest.cc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
json_schema_validator_unittest_base.cc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
json_schema_validator_unittest_base.h Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README

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.