Comment on The Modern Java Ecosystem (for the Sinatra or web.py lover)parentComments−ww52014yI found Jackson is better than GSON at deserializing nested standard object graph automatically. GSON needs me to define all the nested structures.
Comments
I found Jackson is better than GSON at deserializing nested standard object graph automatically. GSON needs me to define all the nested structures.