Module JSON.Pretty

Summary of exported operations:

ppJSON :: JValue -> String  Deterministic 
Pretty print a JSON value with the default options of Curry's Pretty module.
ppJValue :: JValue -> Doc  Deterministic 
Turn a JSON value into a Doc from Curry's Pretty module.

Exported operations:

ppJSON :: JValue -> String  Deterministic 

Pretty print a JSON value with the default options of Curry's Pretty module.

ppJValue :: JValue -> Doc  Deterministic 

Turn a JSON value into a Doc from Curry's Pretty module.