News

Returns a java.util.List containing all of the elements in this array. If an element in the array is a JSONArray or JSONObject it will also be converted. However, the elements are not converted to ...
问题描述 由fastjson1升级至fastjson2的过程中 fastjson2版本2.0.7 使用JSONObject.getObject(key, List.class)时, 会抛出java.lang.UnsupportedOperationException fastjson2版本2.0.8 2.0.9-SNAPSHOT 使用JSONObject.getObject(key, ...