@hackage json5hs0.1.0.0

Serialising to and from JSON5

The JSON5 Data Interchange Format (JSON5) is a superset of JSON that aims to alleviate some of the limitations of JSON by expanding its syntax to include some productions from ECMAScript 5.1.

This library provides a parser and pretty printer for converting between Haskell values and JSON5.

  • Installation

  • Dependencies (8)

  • Dependents (0)

  • Package Flags

      split-base
       (on by default)

      Use the new split base package.

      pretty
       (on by default)

      Add support for using pretty printing combinators.

      generic
       (on by default)

      Add support for generic encoder.

      mapdict
       (off by default)

      Encode Haskell maps as JSON dicts