indent property

indent property

Indicates the indent.

Remarks

If the indent is null or empty, the exported json is not formatted.

Definition:

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

See Also