Searched refs:isJson (Results 1 – 6 of 6) sorted by relevance
114 isJson = (request.WhichOneof('payload') == 'json_payload')117 if (not isProto3) and (not isJson) and (not isProto2):
124 export function isJson(path: string) { function
487 if (vpath.isDeclaration(file.unitName) || vpath.isJson(file.unitName)) {
227 bool isJson = jsonReader->parse(data, data + size, &root, &errs); in checkConfigFile() local231 if (!isJson || !errs.empty()) { in checkConfigFile()
430 bool isJson = jsonReader->parse(data, data + size, &root, &errs); in checkConfigFile() local434 if (!isJson || !errs.empty()) { in checkConfigFile()
81514 + bool isJson = jsonReader->parse(data, data + size, &root, &errs);81518 + if (!isJson || !errs.empty()) {