in src/SimpleWebRequest.ts [124:126]
function isJsonContentType(ct: string): boolean { return !!ct && ct.indexOf('application/json') === 0; }