Interface GetJsonValue

Converts a JSON-serialized string to corresponding JsonValue object. Can be called synchronously. Request type for Tdjson#getJsonValue.

interface GetJsonValue {
    @type: "getJsonValue";
    json: string;
}

Properties

Properties

@type: "getJsonValue"
json: string

The JSON-serialized string.