zio / zio-json

Fast, secure JSON library with tight ZIO integration.
https://zio.dev/zio-json
Apache License 2.0
401 stars 144 forks source link

Fixes jsonExclude annotation for Scala 3 #1054

Closed alxdm closed 4 months ago

alxdm commented 6 months ago

It should fix the case when @jsonExclude field is placed before necessary fields. The test also was modified in order to reproduce the case.

CLAassistant commented 6 months ago

CLA assistant check
All committers have signed the CLA.

fsvehla commented 4 months ago

Thank you for the contribution!