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

Function isJsonLike

lib/test/angular/1.7.0/angular.js:11467–11470  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected