Json.readFile
Json.readFile($file) -> data
Description
Read the given $file
containing JSON and decode it into THT data.
$author = Json.readFile(file'files:/author.json') //= ex: { name: 'Thoreau', born: 1817 }
Read the given $file
containing JSON and decode it into THT data.
$author = Json.readFile(file'files:/author.json') //= ex: { name: 'Thoreau', born: 1817 }