Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 227 Bytes

File metadata and controls

9 lines (6 loc) · 227 Bytes

JSONify

It turns CSV into JSON. By operating on an incoming stream of data, rather than parsing an entire file at once, it can handle even very large CSV files.

Usage

cat records.csv | jsonify.py > records.json