You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This is a fork of the original package with the following enhancements:
17
17
* Can parse and skip JavaScript-style comments.
18
18
* Can accept single quotes (apostrophes) as string delimiters.
19
19
* Implements JavaScript modules using [UMD](https://github.com/umdjs/umd) to work everywhere.
20
-
* Can use the native JSON parser to gain the [best performance](./benchmarks/README.md), while showing error messages of the same quality.
20
+
* Can use the native JSON parser to gain the [best performance](./benchmarks#json-parser-comparison), while showing error messages of the same quality.
21
21
* Depends on up-to-date npm modules with no installation warnings.
22
22
* Small size - 13.4 kB minified, 4.6 kB gzipped.
23
23
@@ -114,7 +114,7 @@ validate(jsonData)
114
114
115
115
### Performance
116
116
117
-
This is a part of an output from the [parser benchmark](./benchmarks/README.md), when parsing a 4.2 KB formatted string ([package.json](./package,json)) with Node.js 10.15.3:
117
+
This is a part of an output from the [parser benchmark](./benchmarks#json-parser-comparison), when parsing a 4.2 KB formatted string ([package.json](./package,json)) with Node.js 10.15.3:
118
118
119
119
the built-in parser x 61,588 ops/sec ±0.75% (80 runs sampled)
120
120
the pure jison parser x 2,516 ops/sec ±1.31% (84 runs sampled)
0 commit comments