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]JSONArray.parseArray方法缺少public关键字 #1107

Closed
wjf8882300 opened this issue Feb 10, 2023 · 2 comments
Closed

[BUG]JSONArray.parseArray方法缺少public关键字 #1107

wjf8882300 opened this issue Feb 10, 2023 · 2 comments
Labels
bug Something isn't working fixed
Milestone

Comments

@wjf8882300
Copy link

问题描述

static <T> List<T> parseArray(String input, Class<T> type) {
    return JSON.parseArray(input, type);
}

无法通过静态方法调用了:JSONArray.parseArray

@wjf8882300 wjf8882300 added the bug Something isn't working label Feb 10, 2023
@wenshao wenshao added this to the 2.0.24 milestone Feb 10, 2023
@wenshao
Copy link
Member

wenshao commented Feb 10, 2023

https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.24-SNAPSHOT/
问题已修复,请用2.0.24-SNAPSHOT版本帮忙验证,2.0.24-SNAPSHOT预计在2月中旬发布。

@wenshao wenshao added the fixed label Feb 10, 2023
@wenshao
Copy link
Member

wenshao commented Feb 18, 2023

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

@wenshao wenshao closed this as completed Feb 18, 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