Converter
A data converter.
Usage
Converter()Parameters
fmt: str = "json"-
The output format.
Methods
| Name | Description |
|---|---|
| convert() | Convert data to the target format. |
convert()
Convert data to the target format.
Usage
convert(data)Parameters
data: str-
The input data string.
Returns
str-
Converted data.