Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data GetJsonValue = GetJsonValue {}
Documentation
data GetJsonValue Source #
Converts a JSON-serialized string to corresponding JsonValue object. Can be called synchronously. Returns JsonValue
Instances
ToJSON GetJsonValue Source # | |
Defined in TD.Query.GetJsonValue toJSON :: GetJsonValue -> Value # toEncoding :: GetJsonValue -> Encoding # toJSONList :: [GetJsonValue] -> Value # toEncodingList :: [GetJsonValue] -> Encoding # | |
Show GetJsonValue Source # | |
Defined in TD.Query.GetJsonValue showsPrec :: Int -> GetJsonValue -> ShowS # show :: GetJsonValue -> String # showList :: [GetJsonValue] -> ShowS # | |
Eq GetJsonValue Source # | |
Defined in TD.Query.GetJsonValue (==) :: GetJsonValue -> GetJsonValue -> Bool # (/=) :: GetJsonValue -> GetJsonValue -> Bool # | |
ShortShow GetJsonValue Source # | |
Defined in TD.Query.GetJsonValue shortShow :: GetJsonValue -> String Source # |