You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when working with pattern-matching and derivers, this type gets matched with something more akin to Transform(Dynamic(Chunk())) rather than Schema[Json]. Would it be possible to enforce the type being matched with Schema[Json]?
The text was updated successfully, but these errors were encountered:
There currently exists an initial effort for zio-json support on zio-schema:
https://github.com/zio/zio-schema/blob/main/zio-schema-json/shared/src/main/scala/zio/schema/codec/package.scala#L13
However, when working with pattern-matching and derivers, this type gets matched with something more akin to
Transform(Dynamic(Chunk()))
rather thanSchema[Json]
. Would it be possible to enforce the type being matched withSchema[Json]
?The text was updated successfully, but these errors were encountered: