zio-json
zio-json copied to clipboard
Encoders and Decoders for the type zio.Cause
When sandboxing a ZIO application, it could be quite useful to be able to transform the obtained Cause to JSON to then place it in some payload and return it with the request.
Cause
can be a quite complex structure because of parallel errors, I’m not sure that there is one best way to encode it.
Not sure this should be a feature of zio-json. Seems too specific