Skip to content
AI Monorepos Free online conference · June 23 Join us!

writeJson<T>(tree, path, value, options?): void

Writes a JSON value to the file system tree

NameType
Textends object = object
NameTypeDescription
treeTreeFile system tree
pathstringPath of JSON file in the Tree
valueTSerializable value to write
options?JsonSerializeOptionsOptional JSON Serialize Options

void