Registry / serialization / circe-core-sjs1-2-12

circe-core-sjs1-2-12

JSON →
library0.14.15javamavenunverified

Core library for Circe, a JSON library for Scala with functional programming features.

<dependency> <groupId>io.circe</groupId> <artifactId>circe-core_sjs1_2.12</artifactId> <version>0.14.15</version> </dependency>
INSTALL
IMPORT
SIG · CIRCE-CORE-SJS1-2-
C
circe-core-sjs1-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

Creates and prints a JSON object using Circe.

import io.circe.Json import io.circe.syntax._ object Example { def main(args: Array[String]): Unit = { val json: Json = Map("name" -> "Alice").asJson println(json.spaces2) } }
Debug
Known issues
breakingThis artifact is for Scala.js 1.x and Scala 2.12; ensure your project uses compatible Scala and Scala.js versions.
fix
Use the correct artifact for your Scala version (e.g., circe-core_2.13 for Scala 2.13).
affects: all versions
Upgrade
Version history
0.14.15latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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