Data.Yaml

Types

data Value

data Parser a

type Object

type Array

data ParseException

data YamlException

data YamlMark

Constructors and accessors

object

array

(.=)

(.:)

(.:?)

(.!=)

Parsing

parseMonad

parseEither

parseMaybe

Classes

class ToJSON a

class FromJSON a

Encoding/decoding

encode

encodeFile

decode

decodeFile

Better error information

decodeEither

decodeEither'

decodeFileEither

More control over decoding

decodeHelper