json-null? ( object -- ? )
JSON serialization

Prev:write-json ( obj -- )
Next:if-json-null ( x if-null else -- )


Vocabulary
json

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the json-null class.

Definition