How to pretty print your JSON with Spring and Jackson - Spring in Practice
When implementing RESTful web services using Spring Web MVC, by default Spring doesn't pretty print the JSON output. Fortunately this is easy to address when using Java-based configuration. Here's how, using Jackson 2.
Read full article from How to pretty print your JSON with Spring and Jackson - Spring in Practice
No comments:
Post a Comment