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.

  1. readJSRational :: GetJSON Rational

    json Text.JSON

    Read an Integer or Double in JSON format, returning a Rational

  2. readJSString :: GetJSON JSValue

    json Text.JSON

    Read the JSON String type

  3. readJSValue :: GetJSON JSValue

    json Text.JSON

    Read one of several possible JS types

  4. readJSArray :: GetJSON JSValue

    json Text.JSON.String

    Read a list in JSON format

  5. readJSBool :: GetJSON JSValue

    json Text.JSON.String

    Read the JSON Bool type

  6. readJSNull :: GetJSON JSValue

    json Text.JSON.String

    Read the JSON null type

  7. readJSObject :: GetJSON JSValue

    json Text.JSON.String

    Read an object in JSON format

  8. readJSRational :: GetJSON Rational

    json Text.JSON.String

    Read an Integer or Double in JSON format, returning a Rational

  9. readJSString :: GetJSON JSValue

    json Text.JSON.String

    Read the JSON String type

  10. readJSTopType :: GetJSON JSValue

    json Text.JSON.String

    Top level JSON can only be Arrays or Objects

Page 272 of many | Previous | Next