0

我的 jsons 看起来像{"metadata"},但它总是将我返回为[]空,但我想正确提取密钥

with gzip.open(gzip_file) as file:
    parser = ijson.parse(file)
    objects = ijson.items(parser, 'meta.view.columns.item')
    columns = list(objects)
4

0 回答 0