Skip to content

Instantly share code, notes, and snippets.

@mrw34
Created October 2, 2020 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrw34/204a228a5c0e9c1c938c62a2dc997999 to your computer and use it in GitHub Desktop.
Save mrw34/204a228a5c0e9c1c938c62a2dc997999 to your computer and use it in GitHub Desktop.
CSV to JSON using Python 2
python -c "import csv,json,fileinput;print(json.dumps(list(csv.DictReader(fileinput.input()))))" file.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment