| License | BSD-3-Clause |
|---|---|
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Swarm.Util.JSON
Description
Utilities for JSON de/serialization.
Synopsis
Documentation
optionsUnwrapUnary :: Options Source #
aeson options specifying to unwrap unary records so they are
encoded as a simple value instead of as a JSON object.
optionsMinimize :: Options Source #
aeson options to try to minimize the size of the generated
JSON.