kept_schema属性

kept_schema属性

指示是否保留此 json 的架构。

注意事项

有时我们会在加载JSON文件后将文件保存到JSON。

定义:

@property
def kept_schema(self):
    ...
@kept_schema.setter
def kept_schema(self, value):
    ...

也可以看看