Android Things: Serial Debug Console for Linux

  • Post Category:IoT

Long story short I bricked the NXP Pico i.MX7D board that came with my Android Things starter kit. DON'T EVER FLASH A PRODUCTION IMAGE TO IT. Unsurprisingly, all attempts to…

Continue Reading Android Things: Serial Debug Console for Linux

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