-
Notifications
You must be signed in to change notification settings - Fork 163
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
Json Codec: Read missing field as empty collection #664
Labels
Comments
/bounty $75 |
💎 $75 bounty • ZIOSteps to solve:
Thank you for contributing to zio/zio-schema! Add a bounty • Share on socials
|
/attempt #664
|
💡 @onyedikachi-david submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
💡 @juliano submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
🎉🎈 @juliano has been awarded $75! 🎈🎊 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, if a field that is a collection is missing, that will lead to a decoding error.
Either by default or configurable, if a field that is a collection is missing, we should just return an empty collection.
The text was updated successfully, but these errors were encountered: