gpt4 book ai didi

python - simplejson 返回值不按顺序

转载 作者:太空宇宙 更新时间:2023-11-04 08:13:56 27 4
gpt4 key购买 nike

<分区>

在 Django 中使用 simplejson 时,有时我需要严格按顺序发送信息。

values = {"entry1":"value1","entry2":"value2","entry3":"value3"}
return HttpResponse(simplejson.dumps(values),content_type="application/json")

这就是它返回的内容

{"entry2": "value2", "entry3": "value3", "entry1": "value1"}

但我希望它返回这个:

{"entry1":"value1","entry2":"value2","entry3":"value3"}

如何在simplejson中按顺序发送信息?

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com