Registry / serialization / circe-core-2-12

circe-core-2-12

JSON →
library0.14.15javamavenunverified

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>
INSTALL
IMPORT
SIG · CIRCE-CORE-2-12
C
circe-core-2-12
serializationjavav0.14.15
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Json
io.circe.Json

Parses a JSON string into a Circe Json object.

import io.circe.Json; import io.circe.parser.*; String jsonString = "{\"name\":\"John\"}"; Json json = parse(jsonString).getOrElse(Json.Null); System.out.println(json);
Debug
Known issues
breakingCirce 0.14.x is compatible with Scala 2.12, 2.13, and 3; ensure correct Scala version suffix.
fix
Use the artifact with the appropriate Scala version suffix (e.g., circe-core_2.12 for Scala 2.12).
affects: *
Upgrade
Version history
0.14.15latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
10
OpenAI (training)
1
Resources
circe-core-2-12 — mvn dependency:get circe-core-2-12 · libregistry