Layer 224
JsonObjectValueObj
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 JsonObjectValueObj constructor obj := &tg.JsonObjectValueObj{ Key: "Hello, World!", Value: &tg.JsonValue{}, }