MadelineProtoDocs/docs/API_docs/constructors/jsonNull.md

34 lines
387 B
Markdown

---
title: jsonNull
description: null JSON value
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: jsonNull
[Back to constructors index](index.md)
null JSON value
### Type: [JSONValue](../types/JSONValue.md)
### Example:
```php
$jsonNull = ['_' => 'jsonNull'];
```
Or, if you're into Lua:
```lua
jsonNull={_='jsonNull'}
```