niv-0.2.13: Easy dependency management for Nix projects

Safe HaskellNone
LanguageHaskell2010

Data.Aeson.Extended

Synopsis

Documentation

encodeFilePretty :: ToJSON a => FilePath -> a -> IO () Source #

Efficiently prettify and serialize a JSON value as a lazy ByteString and write it to a file.