swarm-0.6.0.0: 2D resource gathering game with programmable robots
LicenseBSD-3-Clause
Safe HaskellSafe-Inferred
LanguageHaskell2010

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.