Module JSON.Parser

Summary of exported operations:

parseJSON :: String -> Maybe JValue  Deterministic 
Parses a JSON string into a JValue.

Exported operations:

parseJSON :: String -> Maybe JValue  Deterministic 

Parses a JSON string into a JValue. Returns Nothing if the string could not be parsed.