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