definition: |
ppJSON :: JValue -> String ppJSON j = pPrint (ppJValue j) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Pretty print a JSON value with the default options of Curry's Pretty module. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
ppJSON |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
JSON.Data.JValue -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |