Description
Provides a low-level streaming interface for YAML in Haskell. Streaming lets applications read or write YAML incrementally, which is helpful for larger documents or pipelines.
It is useful for configuration tools, data importers, converters, and applications that need fine control over YAML processing. It is a library and not a standalone YAML editor.