complete-nodeFunctionsJSONCOn this pageJSONCHelper functions for working with JSONC. Functions getJSONC() function getJSONC(filePath): Promise<unknown>; Defined in: functions/jsonc.ts:17 Helper function to parse a file as JSONC. Parameters ParameterTypefilePathstring Returns Promise<unknown> Throws If the file could not be parsed.