Automatic derivation of JSON codecs for Scala case classes using circe, targeting Scala 3.
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-generic_3</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 a JSON encoder for a case class.
Consider using semi-automatic derivation with circe-generic-extras or manual codecs.
No dependency data recorded yet.