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

Function isJsonLike

lib/test/angular/1.6.7/angular.js:11394–11397  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

11392}
11393
11394function isJsonLike(str) {
11395 var jsonStart = str.match(JSON_START);
11396 return jsonStart && JSON_ENDS[jsonStart[0]].test(str);
11397}
11398
11399/**
11400 * Parse headers into key value object

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected