Skip to content

Instantly share code, notes, and snippets.

@victorhos
Created July 2, 2015 23:21
Show Gist options
  • Select an option

  • Save victorhos/0611f9834fbc513b38c6 to your computer and use it in GitHub Desktop.

Select an option

Save victorhos/0611f9834fbc513b38c6 to your computer and use it in GitHub Desktop.
csv to json
# http://blinkofcode.com/55935a21c57dd47bf92d154b
import csv,json;print json.dumps(list(csv.reader(open('csv_file.csv'))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment