CurryInfo: json-4.0.0 / JSON.Parser.parseJSON

definition:
 
parseJSON :: String -> Maybe JValue
parseJSON = parse (pWhitespace *> pJValue)
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
Parses a JSON string into a JValue.
Returns `Nothing` if the string could not be parsed.
failfree:
 <FAILING>
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {() |-> {parse}}
name:
 parseJSON
precedence:
 no precedence defined
result-values:
 {parse}
signature:
 String -> Prelude.Maybe JSON.Data.JValue
solution-complete:
 operation might suspend on free variables
terminating:
 possibly non-terminating
totally-defined:
 possibly non-reducible on same data term