Copyright | (c) 2024 Illia Shkroba |
---|---|
License | BSD3 |
Maintainer | Illia Shkroba <[email protected]> |
Stability | unstable |
Portability | non-portable (Non-Unix systems are not supported) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
PFile.Aeson
Description
Helper functions for Aeson
.
Synopsis
- encodePretty :: ToJSON a => a -> Text
Documentation
encodePretty :: ToJSON a => a -> Text Source #
Wrapper over encodePretty
that returns Text
instead of ByteString
.
Since: 0.1.0.0