Skip to content

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