View Source ExTDLib.Method.GetJsonValue (ExTDLib v0.0.4)
Converts a JSON-serialized string to corresponding JsonValue object. Can be called synchronously. Returns object_ptr<JsonValue>.
| Name | Type | Description |
|---|---|---|
| json | string | The JSON-serialized string. |
More details on telegram's documentation.