摘要: data = '[{"foo": "bar", "foo": "baz", "b": 99}]' json.loads(data, object_hook=print) json.loads(data, object_pairs_hook=print) 阅读全文
posted @ 2023-06-13 14:43 ascertain 阅读(43) 评论(0) 推荐(0) 编辑