Skip to content

Instantly share code, notes, and snippets.

View jones77's full-sized avatar

Jones jones77

View GitHub Profile
@jones77
jones77 / json2csv.py
Created September 5, 2017 17:51
Flatten json to csv
#!/usr/bin/env python3
# usage: json2csv url
# requirements: requests, flatten_json
# ie use pip or pip2 and install them:
# sudo pip (or sudo pip2) install requests flatten_json
import sys