Module

Data.Argonaut.Decode.Parser

#parseJson

parseJson :: String -> Either JsonDecodeError Json

Attempt to parse a string as Json, failing with a typed error if the JSON string is malformed.

Modules