aeson-json-ast-0.1: Integration layer for "json-ast" and "aeson"

Safe HaskellNone
LanguageHaskell2010

Data.Aeson.JSONAST

Description

This module exports FromJSON and ToJSON instance for JSON, as well as the conversion utilities. All of them bear zero runtime overhead compared to the native Aeson Value, because they are implemented using type coersion.

Documentation