387 B
387 B
title | description | image |
---|---|---|
jsonNull | Null JSON value | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: jsonNull
Null JSON value
Type: JSONValue
Example:
$jsonNull = ['_' => 'jsonNull'];
Or, if you're into Lua:
jsonNull={_='jsonNull'}