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

JSONObject泛型问题 #282

Closed
louisjiang opened this issue May 19, 2022 · 2 comments
Closed

JSONObject泛型问题 #282

louisjiang opened this issue May 19, 2022 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@louisjiang
Copy link

public void test1(JSONObject param1){ }
public void test1(Map<String,String> param1){ }

在2.0.3的版本这样的写法是有问题的.

@louisjiang louisjiang added the bug Something isn't working label May 19, 2022
@wenshao wenshao added this to the 2.0.4 milestone May 19, 2022
wenshao added a commit that referenced this issue May 19, 2022
@wenshao
Copy link
Member

wenshao commented May 19, 2022

已经改过来了

wenshao added a commit that referenced this issue May 19, 2022
@wenshao
Copy link
Member

wenshao commented May 21, 2022

https://github.com/alibaba/fastjson2/releases/tag/2.0.4
问题已经修复,请用新版本

@wenshao wenshao closed this as completed May 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants