parse_object method

parse_object

Parses given string to proper value object.

Returns

Parsed value object from given string. If given string cannot be parsed to proper value object, returns null.

def parse_object(self, value):
    ...
ParameterTypeDescription
valuestrThe string value to be parsed

See Also