Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- decodeFile :: FromJSON a => FilePath -> IO (Maybe a)
- decodeFileEither :: FromJSON a => FilePath -> IO (Either ParseException a)
Documentation
decodeFile :: FromJSON a => FilePath -> IO (Maybe a) Source #
Like decodeFile
but with support for relative and absolute
includes.
The syntax for includes follows the form:
somekey: !include ./somefile.yaml
decodeFileEither :: FromJSON a => FilePath -> IO (Either ParseException a) Source #
Like decodeFileEither
but with support for relative and
absolute includes.
The syntax for includes follows the form:
somekey: !include ./somefile.yaml