kept_schema property
kept_schema property
Indicates whether keeping schema of this json.
Remarks
Sometimes we will save the file to JSON after loading JSON file.
Definition:
@property
def kept_schema(self):
...
@kept_schema.setter
def kept_schema(self, value):
...
See Also
- module
aspose.cells.utility
- class
JsonLayoutOptions