You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
com.alibaba.fastjson.JSONPathException: expect '], but '.'
at com.alibaba.fastjson.JSONPath$JSONPathParser.accept(JSONPath.java:1620)
at com.alibaba.fastjson.JSONPath$JSONPathParser.parseArrayAccessFilter(JSONPath.java:1413)
at com.alibaba.fastjson.JSONPath$JSONPathParser.parseArrayAccess(JSONPath.java:783)
at com.alibaba.fastjson.JSONPath$JSONPathParser.readSegement(JSONPath.java:756)
at com.alibaba.fastjson.JSONPath$JSONPathParser.explain(JSONPath.java:1636)
at com.alibaba.fastjson.JSONPath.init(JSONPath.java:61)
at com.alibaba.fastjson.JSONPath.extract(JSONPath.java:86)
at com.alibaba.fastjson.JSONPath.extract(JSONPath.java:542)
at com.alibaba.fastjson.JSONPath.extract(JSONPath.java:548)
我有一个json, 其中一段的key是 help_score_avg.cbm
用JSONPath.extract 提取, 这样写法也不行['help_score_avg.cbm']
把 . 去掉后可以正常解析
The text was updated successfully, but these errors were encountered: