MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / isJsonLike

Function isJsonLike

lib/test/angular/1.5.0/angular.js:10141–10144  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

10139}
10140
10141function isJsonLike(str) {
10142 var jsonStart = str.match(JSON_START);
10143 return jsonStart && JSON_ENDS[jsonStart[0]].test(str);
10144}
10145
10146/**
10147 * Parse headers into key value object

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected