Home django list of dict to json byMahabubur Rahman -January 02, 2022 0 list = [{'id': 123, 'data': 'qwerty', 'indices': [1,10]}, {'id': 345, 'data': 'mnbvc', 'indices': [2,11]}]import json json.dumps(list) Facebook Twitter