SnakeYAML is a YAML 1.1 parser and emitter for Java, providing a high-level API for YAML processing.
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parses a YAML string into a Java Map.
Use 'SafeConstructor' or restrict allowed classes when loading untrusted YAML.
No dependency data recorded yet.