json-ast-0.3: Universal JSON AST datastructure

Safe HaskellNone
LanguageHaskell2010

JSONAST

Description

This module contains no namespace conflicts with Prelude, so it can be imported unqualified.

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 unsafeCoerce to work with it, thus sidestepping the redundant conversions.