Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Side by Side Diff: components/json_schema/README

Issue 22807004: Moved chrome/common/json_schema to components/json_schema. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update header Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698