Module JSON.Parser

Summary of exported operations:

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

Exported operations:

parseJSON :: String -> Maybe JValue   

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