Version: v0.8.1 - Beta.  We welcome contributors & feedback.

Json.writeFile

Json.writeFile($file, $data) -> true

Description

Convert THT data to JSON and write it to the given $file.

$author = {
    name: 'Thoreau'
    born: 1817
}

Json.writeFile(file'files:/author.json', $author)
//= true