Skip to:
I ran into some difficulties with validating json data against the generated java classes using Gson (e.g. required attributes).
Try if things prove to be easier with Jackson and make the switch if it is.
I ran into some difficulties with validating json data against the generated java classes using Gson (e.g. required attributes).
Try if things prove to be easier with Jackson and make the switch if it is.