json-0.4.3: Support for serialising Haskell to and from JSONSource codeContentsIndex
Text.JSON.Pretty
Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@galois.com>
Description
Display JSON values using pretty printing combinators.
Documentation
pp_value :: JSValue -> DocSource
pp_null :: DocSource
pp_boolean :: Bool -> DocSource
pp_number :: Bool -> Rational -> DocSource
pp_array :: [JSValue] -> DocSource
pp_string :: String -> DocSource
pp_object :: [(String, JSValue)] -> DocSource
pp_js_string :: JSString -> DocSource
pp_js_object :: JSObject JSValue -> DocSource
module Text.PrettyPrint.HughesPJ
Produced by Haddock version 2.6.0