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
JSONB 序列化集合时,如果集合里有空的元素,会序列化失败
The text was updated successfully, but these errors were encountered:
https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.40-SNAPSHOT/ 问题已修复,请用2.0.40-SNAPSHOT帮忙验证
Sorry, something went wrong.
fix serialize List<String> error, for issue #1826
dfb3ff7
Fixed
https://github.com/alibaba/fastjson2/releases/tag/2.0.41 请用新版本
No branches or pull requests
问题描述
JSONB 序列化集合时,如果集合里有空的元素,会序列化失败
环境信息
重现步骤
这里如果 str == null,writeNull 之后,应该是需要 continue,而不是继续往下走吧
The text was updated successfully, but these errors were encountered: