Formats
The SerDe module supports multiple serialization formats.
| Algorithm |
|---|
json |
toml |
yaml |
Additional options
Some formats include additional options. The options should be listed in the options table, which is the third parameter. (After the base arguments)
json
| key | description | type | default |
|---|---|---|---|
pretty | Whether to format the data for human readability or not. | boolean | false |