Export data in the specified format.
Usage
export( data, fmt="json", )
data: dict
The data to export.
fmt: str = "json"
Output format, one of ‘json’, ‘csv’, ‘yaml’.
str
The serialized data string.