Registry / serialization / circe-yaml-2-12

circe-yaml-2-12

JSON →
library1.15.0javamavenunverified

Library for converting between SnakeYAML's AST (YAML 1.1) and circe's AST for Scala 2.12.

<dependency> <groupId>io.circe</groupId> <artifactId>circe-yaml_2.12</artifactId> <version>1.15.0</version> </dependency>
INSTALL
IMPORT
SIG · CIRCE-YAML-2-12
C
circe-yaml-2-12
serializationjavav1.15.0
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.

parser
io.circe.yaml.parser

Parse a YAML string into a circe Json AST.

import io.circe.yaml.parser import io.circe.Json val yaml = "key: value" val parsed: Json = parser.parse(yaml).getOrElse(Json.Null) println(parsed)
Debug
Known issues
breakingThis library targets Scala 2.12 only; use circe-yaml_2.13 or circe-yaml_3 for other Scala versions.
fix
Use the appropriate artifact for your Scala version (e.g., circe-yaml_2.13).
affects: all versions
Upgrade
Version history
1.15.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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