Releases: ThomasPokorny/Json2Pojo
Releases · ThomasPokorny/Json2Pojo
Json2Pojo 1.1
Generates Java pojos from a given JSON. Supports nested elements, custom wrapper class naming and auto generates java imports. Supports the creation of getter/setter methods, private access modifiers, as well as the creation of builder methods.
Json2Pojo 1.0
A lightweight JSON object to Java pojo converter.
Json2Pojo supports nested elements, array, custom naming of the wrapper class and generated auto imports.