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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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: