0
String ss = "{\"@type\":\"1234\"}"; JSON.parseObject(ss)
Method threw 'java.lang.NullPointerException' exception. Attempt to invoke virtual method 'boolean java.lang.Class.isAnnotationPresent(java.lang.Class)' on a null object reference
请问怎么关闭自省,将@type key解析为"@type"普通字符串
sdk版本: 1.1.70 android