$ howdoi turn dictionary into json python
>>> json.dumps(your_data, ensure_ascii=False)
[0] https://github.com/gleitz/howdoi