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 was archived by the owner on Oct 23, 2024. It is now read-only.
fastjson版本1.2.33
在使用fastjson判断json字符串某个节点是否存在时,JSONPath.contains()似乎不支持中文key,或者需要做特殊设置?
感谢。
$.product.features.规格,这种方式会报错,错误如下:com.alibaba.fastjson.JSONPathException: illeal jsonpath syntax. $.product.features.规格$.product.features.specification,这种方式就没问题。@wenshao