Searched defs:isJson (Results 1 – 3 of 3) sorted by relevance
124 export function isJson(path: string) { function
446 bool isJson = jsonReader->parse(data, data + size, &root, &errs); in checkConfigFile() local
257 bool isJson = jsonReader->parse(data.get(), data.get() + size, &root, &errs); in CheckConfigFile() local