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