zio / zio-json

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

JsonCursor composition #1110

Closed amsavchuk closed 4 months ago

amsavchuk commented 4 months ago

Hi, I reproduced the issue https://github.com/zio/zio-json/issues/1099 with failing JsonCursor in tests and wrote a fix for that. Also I implemented andThen method which is an alias for >>>. Please, take a look on my PR.