libghc-json-doc

Haskell library for serialising data to and from json; documentation
  http://hackage.haskell.org/package/json
  0
  no reviews



Json (javascript object notation) is a lightweight data-interchange format. it is easy for humans to read and write. it is easy for machines to parse and generate. it is based on a subset of the javascript programming language, standard ecma-262 3rd edition - december 1999.

this library provides a parser and pretty printer for converting between haskell values and json.

this package provides the documentation for a library for the haskell programming language. see http://www.haskell.org/ for more information on haskell.