Circe Core provides core JSON parsing and encoding functionality for Scala, with a focus on functional programming.
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-core_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.
Parses a JSON string into a Circe Json object.
Use the artifact with the appropriate Scala version suffix (e.g., circe-core_2.12 for Scala 2.12).
No dependency data recorded yet.