Module

Foreign.JSON

#parseJSON

parseJSON :: String -> F Foreign

Parse a JSON string as Foreign data

#decodeJSONWith

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

Modules