-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Description
http://groups.google.com/group/json-schema/web/json-schema-proposal---second-dra
ft
has a discussion on how to define a Json schema. We should explore how this
can be used for Gson. In Gson, currently, the Java classes define the
schema. May be we can provide a validator that validates the schema against
a set of classes.Or generates the Json schema corresponding to a set of
classes (using the ObjectNavigator).
Original issue reported on code.google.com by inder123
on 13 Jun 2008 at 8:46