JSON-Combinator-0.2.5: A combinator library on top of a generalised JSON type

Text.JSON.JSONPrint

Description

Pretty-printing JSON values.

Synopsis

Documentation

class JSONPrint j s | j -> s whereSource

Pretty-printing JSON values.

Methods

printJSONSource

Arguments

:: j

The JSON value.

-> s

The pretty-printed result.

Print the given JSON value to a pretty-printed value.