how to keep order of sorted dictionary passed to jsonify() function? July 19, 2023 by Tarik Add this config line to your code after the app definition: app = Flask(__name__) app.config['JSON_SORT_KEYS'] = False