aka “No Need to Convert from Map to JsonNode” — Jackson works with All Kinds of Java Types Jackson library allows use of all kinds of Java object types to represent JSON data to read and write: from java.util.Maps, java.util.Collection s and arrays to “Plain Old Java Object” (POJOs, aka Beans), as well as most scalar JDK types (Strings, Numbers, Booleans, Date/Time values). But equally importantly Jackson provides…