Automatic derivation of JSON codecs for Scala case classes using circe, a JSON library for Scala.
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-generic_2.12</artifactId>
<version>0.14.15</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Automatically derive JSON encoder for a case class.
Use semi-auto derivation with @JsonCodec annotation or custom encoders/decoders.
No dependency data recorded yet.