json>path ( json path -- ) - Factor Documentation

json>path ( json path -- )


Vocabulary
json

Inputs
json an object
path an object


Outputs
None

See also
path>json , path>jsons , jsons>path

Definition
USING: io.encodings.utf8 io.files ;

IN: json

: json>path ( json path -- )
utf8 [ write-json ] with-file-writer ;

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