Layer 220
JsonObject
JSON object value
constructor
jsonObject#99c1d49d value:Vector<JSONObjectValue> = JSONValue;
Parameters
| Name | Type | Description |
|---|---|---|
| Value | Vector<JSONObjectValue> | Values |
Returns
JSONValueGogram Example
// Creating JsonObject constructor obj := &tg.JsonObject{ Value: []tg.JsonObjectValue{&tg.JsonObjectValue{}}, }