return (T) new BigDecimal(json);
if (jsonMappingErrorHandler.handleMappingError(json, type, null))
return null;
throw new FacebookJsonMappingException("Don't know how to map JSON to " + type
+ ". Are you sure you're mapping to the right class? " + "Offending JSON is '" + json + "'.");
}