If you want to sort the keys, use the sort_keys as the second argument to json_dumps(). See the following example. # app.py import json ...
確定! 回上一頁