742 B
742 B
title | description | image |
---|---|---|
jsonObjectValue | Json object value | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: jsonObjectValue
Json object value
Attributes:
Name | Type | Required | Description |
---|---|---|---|
key | string | Yes | Key |
value | JSONValue | Yes | Value |
Type: JSONObjectValue
Example:
$jsonObjectValue = ['_' => 'jsonObjectValue', 'key' => 'string', 'value' => JSONValue];
Or, if you're into Lua:
jsonObjectValue={_='jsonObjectValue', key='string', value=JSONValue}