All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jfinal.weixin.jackson.txt Maven / Gradle / Ivy



http://wiki.fasterxml.com/JacksonInFiveMinutes


JSON TYPE				JAVA TYPE
object					LinkedHashMap
array					ArrayList
string					String
number (no fraction)	Integer, Long or BigInteger (smallest applicable)
number (fraction)		Double (configurable to use BigDecimal)
true|false				Boolean
null					null