e37a3f2304
Provides support for parsing and emitting Yaml documents. Data.Yaml provides a high-level interface based around the JSON datatypes provided by the aeson package. It uses Text.Libyaml from libyaml in its implementation of the low-level yaml encoder/decoder.
5 lines
259 B
Text
5 lines
259 B
Text
Provides support for parsing and emitting Yaml documents.
|
|
|
|
Data.Yaml provides a high-level interface based around the JSON
|
|
datatypes provided by the aeson package. It uses Text.Libyaml from
|
|
libyaml in its implementation of the low-level yaml encoder/decoder.
|