CurryInfo: json-4.0.0 / JSON.Parser.parseJSON

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