python jsonify dictionary in utf-8 July 14, 2023 by Tarik Use the following config to add UTF-8 support: app.config['JSON_AS_ASCII'] = False