Skip to main content

引数

any
必須
Inspect する value。 json.null sentinel だけが true を返します。Lua nil と other values は false を返します。

戻り値

boolean
Value が exact json.null sentinel の場合 true、それ以外は false。

例

Value が Lua nil ではなく json.null sentinel かを check します。