Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kerollmops/csv2json-lite
A little tool to convert a csv to a valid json array of object
https://github.com/kerollmops/csv2json-lite
convert csv json lite
Last synced: 12 days ago
JSON representation
A little tool to convert a csv to a valid json array of object
- Host: GitHub
- URL: https://github.com/kerollmops/csv2json-lite
- Owner: Kerollmops
- License: mit
- Created: 2019-09-24T11:26:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T11:46:45.000Z (over 5 years ago)
- Last Synced: 2025-01-02T20:57:55.292Z (13 days ago)
- Topics: convert, csv, json, lite
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csv2json-lite
A little tool to convert a csv to a valid json array of object.## Example usage
```bash
$ cargo install csv2json-lite
$ cat misc/movies-10.csv | csv2json-lite > movies-10.json
```