MCPcopy Create free account
hub / github.com/angular-ui/ui-router / isJsonLike

Function isJsonLike

test/angular/1.6/angular.js:11465–11468  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

11463}
11464
11465function isJsonLike(str) {
11466 var jsonStart = str.match(JSON_START);
11467 return jsonStart && JSON_ENDS[jsonStart[0]].test(str);
11468}
11469
11470/**
11471 * Parse headers into key value object

Callers 1

Calls 1

matchMethod · 0.80

Tested by

no test coverage detected