## export()


Export data in the specified format.


Usage


``` python
export(
    data,
    fmt="json",
)
```


## Parameters


`data: dict`  
The data to export.

`fmt: str = ``"json"`  
Output format, one of 'json', 'csv', 'yaml'.


## Returns


`str`  
The serialized data string.
