Support for reading and writing YAML-encoded data via Jackson abstractions, enabling YAML serialization/deserialization.
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.22.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parse YAML string into a Map using YAMLMapper.
Use YAMLFactory with JsonParser for large YAML documents.
No dependency data recorded yet.