Searched refs:isValidJSONAsync (Results 1 – 1 of 1) sorted by relevance
451 const isValid = await isValidJSONAsync(path.join(projectRoot, xmlPath));691 async function isValidJSONAsync(filePath: string) { function