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