Skip to content

Commit 75ec28b

Browse files
authored
More efficient encoding of product types (zio#1224)
* More efficient decoding of sum types * Add missing assertions for usage of JSON hint annotations in enum definitions with Scala 3 * More efficient decoding and encoding sum and product types
1 parent 5fbae30 commit 75ec28b

File tree

5 files changed

+362
-389
lines changed

5 files changed

+362
-389
lines changed

zio-json/jvm/src/test/scala/zio/json/data/twitter/Twitter.scala

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package zio.json.data.twitter
22

33
import com.github.ghik.silencer.silent
4-
import io.circe
54
import io.circe.Codec
65
import io.circe.generic.semiauto.deriveCodec
76
import zio.json._

0 commit comments

Comments
 (0)