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
String path = "json.txt"; InputStream is = new FileInputStream(new File(path)); Map<String,Object> map = JSON.parseObject(is, Map.class);
The text was updated successfully, but these errors were encountered:
已经支持,快照版本 https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson/2.0.2-SNAPSHOT/ 正式版本明天发布
Sorry, something went wrong.
https://github.com/alibaba/fastjson2/releases/tag/2.0.2 问题已修复,请使用新版本
https://github.com/alibaba/fastjson2/releases/tag/2.0.2 问题已修复,请使用新版本 兼容版本还没有引入,2.0.6和2.0.7 @wenshao
https://github.com/alibaba/fastjson2/releases/tag/2.0.8 问题已经修复,请用新版本
No branches or pull requests
String path = "json.txt";
InputStream is = new FileInputStream(new File(path));
Map<String,Object> map = JSON.parseObject(is, Map.class);
The text was updated successfully, but these errors were encountered: