MadelineProtoDocs/old_docs/API_docs_v91/constructors/jsonNull.md

34 lines
375 B
Markdown
Raw Normal View History

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