json-open-hash ( accum -- accum ) - Factor Documentation

json-open-hash ( accum -- accum )


Vocabulary
json .private

Inputs
accum an object


Outputs
accum an object


Definition
USING: kernel sequences ;

IN: json.private

: json-open-hash ( accum -- accum )
V{ } clone suffix! V{ } clone suffix! ;

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