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