Flattens JSON objects in Python. flatten_json flattens the hierarchy in your object which can be useful if you want to force your objects into a table.
If iPython notebook is installed on machine, download the flatten.ipynb file and run through the code. Otherwise, the .py is included as well. To run the '.py' file first download it. Then make sure ...