Searched defs:isJson (Results 1 – 3 of 3) sorted by relevance
50 const isJson = (arg: string) => arg.indexOf(".json") > 0; constant
124 export function isJson(path: string) { function
408 bool isJson = jsonReader->parse(data, data + size, &root, &errs); in checkConfigFile() local