convert-csv-to-json 4.50.0 → 4.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/jsdoc.json +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|

|
|
17
17
|
|
|
18
18
|
>
|
|
19
|
-
Convert CSV files to JSON with **no dependencies**. Supports Node.js (Sync & Async), and Browser environments with full RFC 4180 compliance. **Memory-efficient streaming** for processing large files without loading them entirely into memory.
|
|
19
|
+
Convert CSV files to JSON with **no dependencies**. Supports Node.js (Sync & Async), and Browser environments with full RFC 4180 compliance. **Memory-efficient streaming** for processing large files without loading them entirely into memory. See the [Demo](https://iuccio.github.io/csvToJson/).
|
|
20
20
|
|
|
21
21
|
## Overview
|
|
22
22
|
|
package/jsdoc.json
CHANGED