Module

Data.Foreign.JSON

Package
purescript-foreign-generic
Repository
paf31/purescript-foreign-generic

#parseJSON Source

parseJSON :: String -> F Foreign

Parse a JSON string as Foreign data

#decodeJSONWith Source

decodeJSONWith :: forall a. (Foreign -> F a) -> String -> F a