Ferdinand Svehla
Ferdinand Svehla
Thanks for the minimization, @fanf. I can confirm that something’ going on here and I’m working on it.
@fanf It looks to me that `JsonCodec` derivation isn’t considering JsonDecoders inside of other codecs when recursively deriving `JsonDecoders`. The most minimal workaround is to also a `JsonDecoder` for each...
Thanks for the update.
The `@jsonDiscriminator` example from the Readme also applies to case objects, is this what you’re looking for? ```scala test("cartazio0") { @jsonDiscriminator("type") sealed trait Fruit object Fruit { case object Avocado...
Thanks for the report.
@afsalthaj of course
@cartazio I’m also wondering what the issue with `Map[K, V]` was that you ran into
The term in the JS community is [Snapshot testing](https://jestjs.io/docs/en/snapshot-testing)
If I understand correctly, your problem was solved in the Discord room. If I’m mistaken, please reopen.
I’ll look into this, @plokhotnyuk, thanks for the pointer :)