Module

Data.Argonaut.Parser

Package
purescript-argonaut-core
Repository
purescript-contrib/purescript-argonaut-core

#jsonParser Source

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.