Jdh

A Json implementation for Haskell, with JavaScript Values and Encoding/Decoding

https://github.com/brunoczim/Json-Data-for-Haskell

Latest on Hackage:0.1.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Bruno Corrêa Zimmermann
Maintained by [email protected]

This package provides JSON data encoding and decoding for Haskell. It also provides option for beautifying the JSON encoding output with indentation and line breaks. The JSValue data type is the center of the package, and it is a type constructor; it may have different Integral types, Fractional Types or IsString types.