We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,我曾经在 #1922 反馈过类似问题,现在我在最新2.0.49版本的兼容包上面又遇到了这个问题:
List array = (List) JSONPath.read("{\n" + " "data": [\n" + " {\n" + " "id": 7315635187420579130\n" + " },\n" + " {\n" + " "id": 7315635187420579130\n" + " }\n" + " ]\n" + "}", "data"); for (JSONObject jsonObject : array) { System.out.println(jsonObject.get("id")); }
The text was updated successfully, but these errors were encountered:
improved fastjson 1.x jsonpath compatible, for issue #2476
2fa02fa
https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson/2.0.50-SNAPSHOT/ 问题已修复,请帮忙用2.0.50-SNAPSHOT版本验证
Sorry, something went wrong.
https://github.com/alibaba/fastjson2/releases/tag/2.0.50 2.0.50已发布,请用新版本
No branches or pull requests
你好,我曾经在 #1922 反馈过类似问题,现在我在最新2.0.49版本的兼容包上面又遇到了这个问题:
The text was updated successfully, but these errors were encountered: