Registry / serialization / circe-yaml-2-13

circe-yaml-2-13

JSON →
library1.15.0javamavenunverified

Circe YAML provides conversion between YAML and Circe's JSON AST using SnakeYAML.

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

Minimal usage of Circe YAML Parser

import io.circe.yaml.Parser object Example extends App { val yaml = "key: value" val doc = Parser.parse(yaml) println(doc) }
Debug
Known issues
gotchaCirce YAML supports YAML 1.1 only; YAML 1.2 features may not work.
fix
Ensure your YAML files conform to YAML 1.1 spec.
affects: *
Upgrade
Version history
1.15.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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