Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readJSRational :: GetJSON Rationaljson Text.JSON Read an Integer or Double in JSON format, returning a Rational
readJSString :: GetJSON JSValuejson Text.JSON Read the JSON String type
readJSValue :: GetJSON JSValuejson Text.JSON Read one of several possible JS types
readJSArray :: GetJSON JSValuejson Text.JSON.String Read a list in JSON format
-
json Text.JSON.String Read the JSON Bool type
-
json Text.JSON.String Read the JSON null type
readJSObject :: GetJSON JSValuejson Text.JSON.String Read an object in JSON format
readJSRational :: GetJSON Rationaljson Text.JSON.String Read an Integer or Double in JSON format, returning a Rational
readJSString :: GetJSON JSValuejson Text.JSON.String Read the JSON String type
readJSTopType :: GetJSON JSValuejson Text.JSON.String Top level JSON can only be Arrays or Objects