Using Jackson to Remove Empty JSON Fields
I recently had a use case for cleaning out a JSON object and removing empty values. This was related to merging JSON where an empty key-value pair or place in…
Continue Reading
Using Jackson to Remove Empty JSON Fields