1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
|
describe('json', function() { it('angular parser', function() { perf( function angular() { fromJson(largeJsonString); }, function nativeDelegate() { fromJson(largeJsonString, true); }, function nativeJSON() { JSON.parse(largeJsonString); } ); }); }); ='vcs-git' href='https://git.teddywing.com/fork/homebrew' title='homebrew Git repository'/>