« All blog posts
Blog post(s) for this tag:   json 

Baeldung Article: Reducing JSON Data Size

I wrote an article for Baeldung on various ways of reducing the size of JSON in our Java applications. Java applications often use JSON as a common format for sending and receiving data. Moreover, it's used as a serialization protocol for storing data. With smaller JSON data sizes, our applications become cheaper and faster.