opendata / JSONify

Turn CSV into JSON. [RETIRED]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Turn CSV into JSON. [RETIRED]

License:GNU General Public License v2.0


Languages

Language:Python 100.0%