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