Handbook
Glossary
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
;