Safe Haskell | None |
---|---|
Language | Haskell2010 |
- decodeBytestrings :: FromJSON a => [ByteString] -> Maybe a
- decodeBytestringsEither :: FromJSON a => [ByteString] -> Either String a
- decodeFiles :: FromJSON a => [FilePath] -> IO (Maybe a)
- decodeFilesEither :: FromJSON a => [FilePath] -> IO (Either String a)
Documentation
decodeBytestrings :: FromJSON a => [ByteString] -> Maybe a Source #
Decode multiple YAML strings and override fields recursively
decodeBytestringsEither :: FromJSON a => [ByteString] -> Either String a Source #
Decode multiple YAML strings and override fields recursively