path>json ( path -- json )
JSON serialization

Prev:read-json ( -- objects )
Next:path>jsons ( path -- jsons )


Vocabulary
json

Inputs
patha pathname string


Outputs
jsona JSON object


Word description
Reads a file into a single JSON object. Throws an error if the file contains more than one json.

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

Definition