Skip to content

Commit

Permalink
docs: change benchmark link to the article
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed May 31, 2023
1 parent c4c4813 commit 3435b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ A small and fast CSV parser with support for nested JSON.
- **2 way**: convert JSON to CSV and the other way around.
- **Simple**: straightforward and flexible API.
- **Lightweight**: 2KB gzipped with everything included, 1KB gzipped when only using `json2csv`.
- **Fast**: faster than the popular CSV libraries out there. See [benchmark](/benchmark).
- **Fast**: faster than the popular CSV libraries out there. See [benchmark](https://jsoneditoronline.org/indepth/parse/csv-parser-javascript/).
- **Modular**: only load what you use, thanks to ES5 modules and a plugin architecture.
- **Powerful**:
- Configurable properties: `header`, `delimiter`, `eol`.
Expand Down

0 comments on commit 3435b13

Please sign in to comment.