Registry / serialization / circe-core-2-11

circe-core-2-11

JSON →
library0.11.2javamavenunverified

Circe Core is a JSON library for Scala, providing functional JSON parsing and encoding with type-safe operations.

<dependency> <groupId>io.circe</groupId> <artifactId>circe-core_2.11</artifactId> <version>0.11.2</version> </dependency>
INSTALL
IMPORT
SIG · CIRCE-CORE-2-11
C
circe-core-2-11
serializationjavav0.11.2
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

Minimal JSON creation and serialization

import io.circe.Json import io.circe.syntax._ val json: Json = Map("name" -> "Alice").asJson println(json.noSpaces)
Debug
Known issues
breakingVersion 0.11.2 is for Scala 2.11; newer versions target Scala 2.12/2.13 with different artifact coordinates.
fix
Use circe-core_2.12 or circe-core_2.13 for newer Scala versions.
affects: 0.11.x
Upgrade
Version history
0.11.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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