GetJsonString
public struct GetJsonString : Codable, Equatable, TDFunction
Converts a JsonValue object to corresponding JSON-serialized string. This is an offline method. Can be called before authorization. Can be called synchronously
-
Undocumented
Declaration
Swift
public typealias Result = Text
-
The JsonValue object
Declaration
Swift
public let jsonValue: JsonValue
-
Converts a JsonValue object to corresponding JSON-serialized string. This is an offline method. Can be called before authorization. Can be called synchronously
Declaration
Swift
public init(jsonValue: JsonValue)
Parameters
jsonValue
The JsonValue object