This repository was archived by the owner on Oct 23, 2024. It is now read-only.
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
JSONPath remove 方法不支持数组中的布尔表达式 #2791
Closed
Description
无法使用数组布尔表达式删除数据
例如:
JSONPath.remove(jsonObject, "$.dependencies.values[?(@.name=='Demo')]");
java.lang.UnsupportedOperationException: null
at com.alibaba.fastjson.JSONPath.remove(JSONPath.java:357) ~[fastjson-1.2.61.jar:na]
at com.alibaba.fastjson.JSONPath.remove(JSONPath.java:503) ~[fastjson-1.2.61.jar:na]
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
improve jsonpath.remove, fix alibaba#2791