Django 可以序列化带有未知列表和字典的 Json 吗?
我收到了一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论