fastjson2 icon indicating copy to clipboard operation
fastjson2 copied to clipboard

[BUG] ClassCastException of JSONArray and JSONObject

Open Cooper-Zhong opened this issue 1 month ago • 0 comments

问题描述

#2520, #2534, #2748 如果使用JSONPath.eval 依旧存在问题: java.lang.ClassCastException: class com.alibaba.fastjson2.JSONArray cannot be cast to class com.alibaba.fastjson.JSONArray java.lang.ClassCastException: com.alibaba.fastjson2.JSONObject cannot be cast to com.alibaba.fastjson.JSONObject

Cooper-Zhong avatar Jun 30 '24 10:06 Cooper-Zhong