| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Drasil.Data.Formats.JSON.Core
Contents
JSON
A JSON representation conformant with RFC 8259.
Constructors
| JObject [(Text, JSON)] | Note that empty and duplicate keys are allowed, and how they are handled is up to the implementation of the reader. |
| JArray [JSON] | |
| JString Text | |
| JNumber Scientific | |
| JBool Bool | |
| JNull |