not support ClassForName
com.alibaba.fastjson2.JSONException: not support ClassForName : java.lang.String, you can config 'JSONReader.Feature.SupportClassForName'
官方说明中提到默认关闭,
可通过配置开启
JSON.config(JSONReader.Feature.SupportClassForName);
com.alibaba.fastjson2.JSONException: not support ClassForName : java.lang.String, you can config 'JSONReader.Feature.SupportClassForName'
官方说明中提到默认关闭,
可通过配置开启
JSON.config(JSONReader.Feature.SupportClassForName);