| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Free.Agent.Json
Contents
Description
Synopsis
- objLookup :: Text -> Json -> Maybe Json
- arrToList :: Json -> [Json]
- textAt :: Text -> Json -> Maybe Text
- numAt :: Text -> Json -> Maybe Scientific
- boolAt :: Text -> Json -> Maybe Bool
- intAt :: Text -> Json -> Maybe Int
- jtext :: Text -> Json
- jnum :: Integral a => a -> Json
- jbool :: Bool -> Json
- jobject :: [(Text, Json)] -> Json
- jarray :: [Json] -> Json
- encodeJsonText :: Json -> Text