Portability | portable |
---|---|
Stability | experimental |
Maintainer | Bryan O'Sullivan <bos@serpentine.com> |
Safe Haskell | None |
Data.Aeson.Encode
Description
Efficiently serialize a JSON value.
Most frequently, you'll probably want to encode straight to UTF-8
(the standard JSON encoding) using encode
.
You can convert a Builder
(as returned by fromValue
) to a
string using e.g. toLazyText
.