to toml
for formats
Convert record into .toml text.
Signature
> to toml
Examples
Outputs an TOML string representing the contents of this record
> {foo: 1 bar: 'qwe'} | to toml
bar = "qwe"
foo = 1
to toml
for formats> to toml
Outputs an TOML string representing the contents of this record
> {foo: 1 bar: 'qwe'} | to toml
bar = "qwe"
foo = 1