Django 可以序列化带有未知列表和字典的 Json 吗?

发布于 2025-01-10 19:52:38 字数 143 浏览 0 评论 0原文

我收到了一个 Json 文件,我想使用 Django 对其进行序列化。但是,我并不总是知道 Json 中会包含哪些字段。其中一些 Json 文件将包含注释列表和嵌套字典。有没有办法使用 Django 序列化程序来序列化所有字段,或者我是否必须指定每个字段名称及其对象类型?

I have a Json file that I receive and I would like to serialize it using Django. However, I do not always know what fields will be included in the Json. Some of these Json files will include noted lists and nested dicts. Is there a way to use Django serializer in order to serialize all of the fields or do I have to specify each field name as well as the type of object that it is?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文