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