Registry / serialization / circe-core-sjs0-6-2-11

circe-core-sjs0-6-2-11

JSON →
library0.11.2javamavenunverified

Core library for Circe, a JSON library for Scala with functional programming support, targeting Scala.js 0.6 and Scala 2.11.

<dependency> <groupId>io.circe</groupId> <artifactId>circe-core_sjs0.6_2.11</artifactId> <version>0.11.2</version> </dependency>
INSTALL
IMPORT
SIG · CIRCE-CORE-SJS0-6-
C
circe-core-sjs0-6-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

Demonstrates creating a JSON object using Circe's Json class.

import io.circe.Json object Example { def main(args: Array[String]): Unit = { val json = Json.obj("key" -> Json.fromString("value")) println(json) } }
Debug
Known issues
breakingThis artifact is for Scala.js 0.6 and Scala 2.11 only; using with newer Scala versions will cause compatibility issues.
fix
Use the appropriate artifact for your Scala version (e.g., circe-core_2.13 for Scala 2.13).
affects: >=0.0.0
Upgrade
Version history
0.11.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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