attempts to parse the contents of a file into a simple JSON object
the relative or full path to an existing file
Optional jsonParser: Func<string, T>the contents of the specified file parsed into a simple object
function creates a new utf-8 encoded file and writes the passed in data string
to it. if the file contains directories and these directories do not already exist
they will be created and then the file will be created and written to
the full path and filename to write to
the contents to write
Generated using TypeDoc
function opens a
utf-8encoded file (or creates if it doesn't already exist) and appends the passed indatastring to it. if thefilecontains directories and these directories do not already exist they will be created and then the file will be created and appended to