Constructor: jsonObject
JSON object value
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| value | Array of JSONObjectValue | Yes | Values |
Type: JSONValue
Example:
$jsonObject = ['_' => 'jsonObject', 'value' => [JSONObjectValue, JSONObjectValue]];
JSON object value
| Name | Type | Required | Description |
|---|---|---|---|
| value | Array of JSONObjectValue | Yes | Values |
$jsonObject = ['_' => 'jsonObject', 'value' => [JSONObjectValue, JSONObjectValue]];