--- title: "jsonObject" description: "JSON object value" nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: jsonObject [Back to constructors index](/API_docs/constructors/index.html) JSON object value ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |value|Array of [JSONObjectValue](/API_docs/types/JSONObjectValue.html) | Yes|Values| ### Type: [JSONValue](/API_docs/types/JSONValue.html) ### Example: ``` $jsonObject = ['_' => 'jsonObject', 'value' => [JSONObjectValue, JSONObjectValue]]; ```