Hello,
DSL-JSON seems to be very faster than Jackson What about add it as an other converter in Spring Boot ?
Comment From: philwebb
JSON support is primarily provided by Spring Framework. I'll transfer this issue for them to consider if supporting another parser is worthwhile.
Comment From: bclozel
I'm closing this issue for now, as there's not so much traction for it. We can revisit this decision in the future.
The comment linked above points to an existing DslJsonMessageConverter
implementation for Spring. This can be easily reused in applications in the meantime.