Liste des dictionnaires à Json Python

import json

with open('data.json', 'w') as fp:
    json.dump(data, fp)
Fragile Flamingo