unless-json-null ( x else -- ) - Factor Documentation

unless-json-null ( x else -- )
JSON serialization



Vocabulary
json

Inputs
x an object
else an object


Outputs
None

Definition
USING: kernel ;

IN: json

: unless-json-null ( x else -- ) [ ] swap if-json-null ; inline

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