Layer 220
JsonObjectValue
JSON key: value pair
constructor
jsonObjectValue#c0de1bd9 key:string value:JSONValue = JSONObjectValue;
Parameters
| Name | Type | Description |
|---|---|---|
| Key | string | Key |
| Value | JSONValue | Value |
Returns
JSONObjectValueGogram Example
// Creating JsonObjectValue constructor obj := &tg.JsonObjectValue{ Key: "...", Value: &tg.JsonValue{}, }