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'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mjpegtools.rb
blob: 1ef557f2f6def9ba7a389daa0e974e612cf7911e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23