Analyzed 12 months ago
jsonschema2pojo uses the structural rules present in a JSON Schema document to generate DTO style Java classes.
The classes produced by jsonschema2pojo are ideal for use with JSON parser/generator libraries such as Jackson that can marshal data from Java objects into JSON content (and
... [More]
vice-versa). Creating the necessary Java objects and keeping these in sync with your schema is trivial with jsonschema2pojo, and because the schema drives the process you can be sure that you're honouring your contract. [Less]
21.8K
lines of code
7
current contributors
over 1 year
since last commit
1
users on Open Hub