Jackson Vs. Gson [closed]

I did this research the last week and I ended up with the same 2 libraries. As I’m using Spring 3 (that adopts Jackson in its default Json view ‘JacksonJsonView‘) it was more natural for me to do the same. The 2 lib are pretty much the same… at the end they simply map to a json file! 🙂

Anyway as you said Jackson has a + in performance and that’s very important for me. The project is also quite active as you can see from their web page and that’s a very good sign as well.

Leave a Comment