Skip to content
New issue

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

[BUG] jsonpath 包含点无法支持 #1487

Closed
zhangzhenling opened this issue May 16, 2023 · 2 comments
Closed

[BUG] jsonpath 包含点无法支持 #1487

zhangzhenling opened this issue May 16, 2023 · 2 comments
Labels
bug Something isn't working fixed
Milestone

Comments

@zhangzhenling
Copy link

zhangzhenling commented May 16, 2023

问题描述

使用版本:2.0.27
样例数据:{'P1Q1': {1.0: '选项 1', 2.0: '选项 2', 3.0: '选项 3'}}

使用:JSONObject.parse(result)
报错信息:com.alibaba.fastjson2.JSONException: illegal input ., offset 1358, character .

在fastjson1 中可以支持的

@zhangzhenling zhangzhenling added the bug Something isn't working label May 16, 2023
@zhangzhenling zhangzhenling changed the title [BUG] [BUG] jsonpath 包含点无法支持 May 16, 2023
@wenshao wenshao added this to the 2.0.33 milestone May 17, 2023
@wenshao
Copy link
Member

wenshao commented May 19, 2023

https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.33-SNAPSHOT/
问题已修复,请帮忙用2.0.33-SNAPSHOT版本验证。

@wenshao
Copy link
Member

wenshao commented May 29, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed
Projects
None yet
Development

No branches or pull requests

2 participants