JSONC
Helper functions for working with JSONC.
Functions
Section titled “Functions”getJSONC()
Section titled “getJSONC()”function getJSONC(filePath): Promise<unknown>;Defined in: functions/jsonc.ts:17
Helper function to parse a file as JSONC.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
filePath |
string |
Returns
Section titled “Returns”Promise<unknown>
Throws
Section titled “Throws”If the file could not be parsed.
