Skip to content

opendata/JSONify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages