json-ast-0.1: Universal JSON AST datastructure

Safe HaskellNone
LanguageHaskell2010

JSON.AST

Synopsis

Documentation

data JSON Source

A JSON value AST.

Note that this datastructure is identical to "aeson" Value. Until "aeson" implements the dependency on "json-ast", you can use "Unsafe.Coerce.unsafeCoerce" to work with it, thus sidestepping the redundant conversions.