convert_numeric_or_date property

convert_numeric_or_date property

Indicates whether converting the string in json to numeric or date value.

Definition:

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

See Also