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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal usage of Circe YAML Parser
Ensure your YAML files conform to YAML 1.1 spec.
No dependency data recorded yet.