Method to deserialize JSON content into a non-container type (it can be an array type, however): typically a bean, array or a wrapper type (like {@link java.lang.Boolean}).
Note: this method should NOT be used if the result type is a container ( {@link java.util.Collection} or {@link java.util.Map}. The reason is that due to type erasure, key and value types can not be introspected when using this method.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.