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