Module

Data.Argonaut.Parser

#jsonParser

jsonParser :: String -> Either String Json

Parse a JSON string, constructing the Json value described by the string. To convert a string into a Json string, see fromString.

Modules