json-null? ( object -- ? ) - Factor Documentation

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



Vocabulary
json

Inputs and outputs
object an object
? a boolean


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

Definition
USING: kernel ;

IN: json

: json-null? ( object -- ? ) \ json-null eq? ;

AltStyle によって変換されたページ (->オリジナル) /