python json normaliser

import pandas

pandas.json_normalize(jsondata)
Thoughtless Thrush