quicktype
quicktype copied to clipboard
Add option for public fields in generated Java classes
It would be great if there was an option for generating public fields, rather than private fields with getters/setters. Jackson can still handle the serialization of such classes with no problems.