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
由于有的框架返回json时使用的jackson进行返回的,jackson默认是将byte[]数组转换为json,然后我这边无法修改源码,使用fastjson进行返回的时候,返回的是一个byte[],导致前端那边显示错误
The text was updated successfully, but these errors were encountered:
#1256 (comment) 提到的问题就是这个
Sorry, something went wrong.
FastJsonConfig add default feature 'WriteByteArrayAsBase64', for issue …
fd3c375
…#1309
support openapi, for issue #1256 #1309
c048b13
https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.27-SNAPSHOT/ 问题已修复,请帮忙用2.0.27-SNAPSHOT版本验证
已验证,没问题了
https://github.com/alibaba/fastjson2/releases/tag/2.0.27 问题已修复,请用新版本
No branches or pull requests
由于有的框架返回json时使用的jackson进行返回的,jackson默认是将byte[]数组转换为json,然后我这边无法修改源码,使用fastjson进行返回的时候,返回的是一个byte[],导致前端那边显示错误
The text was updated successfully, but these errors were encountered: