Small JSON utility methods for your Spring Boot app

1 · Sunit Katkar · Jan. 24, 2018, 12:28 a.m.
JSON is almost the lingua-franca when it comes to communication between web-services or Ajax based browser to server communication, though its not limited to just these two.There are many good JSON utilities and libraries like the the faster jackson library. The maven repository page is here.Purpose of this blog postI am sharing two simple methods which I have used and continue to use a lot in all my projects requiring JSON. I understand that there maybe better versions and utilities out there, ...