Hi all,

With spring mvc json mapper, there is a way to replace native Jackson mapper (MappingJacksonJsonView) by another json engine (in my case Json-simple) ?

Thanks