Python Json normalisieren

import pandas

pandas.json_normalize(jsondata)
Thoughtless Thrush