- add sources.
[platform/framework/web/crosswalk.git] / src / components / json_schema / README
1 The //components/json_schema component provides:
2
3 a) JSON schema constants, which can be used to inspect schema objects.
4
5 b) The JSONSchemaValidator class, which can be used to parse and validate JSON
6 schemas, and to validate JSON objects against the parsed schema.