Using Jackson to Remove Empty JSON Fields

  • Post Category:Java

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

Creating a JAR the Old Fashioned Way

  • Post Category:Java

I used Java a lot when I was studying CS in college but I must have been asleep for the non coding stuff because I have a number of knowledge…

Continue Reading Creating a JAR the Old Fashioned Way