Skip to content

Releases: ThomasPokorny/Json2Pojo

Json2Pojo 1.1

07 Nov 10:11
Compare
Choose a tag to compare

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

29 Oct 18:46
Compare
Choose a tag to compare

A lightweight JSON object to Java pojo converter.
Json2Pojo supports nested elements, array, custom naming of the wrapper class and generated auto imports.