• Read the UTF-8 text file located at |path| and return the contents parsed as JSON into a JS value.

    NB: The maximum file size that can be read is UINT32_MAX.

    Returns

    Resolves with the contents of the file parsed as JSON.

    Returns Promise<any>

Generated using TypeDoc