htoml icon indicating copy to clipboard operation
htoml copied to clipboard

Write TOML to file

Open slycelote opened this issue 8 years ago • 1 comments

It would be handy to have a way to serialize an existing Table.

slycelote avatar Jul 17 '16 18:07 slycelote

Did you really miss this feature? I never ran into it. But then it is good to see the lib being used beyond the initial scope :)

It should be a fairly simple task, I'd create some ToString and/or ToText class in the same fashion of ToJSON and ToBsJSON.

Would you like to make a PR for that?

cies avatar Aug 01 '16 12:08 cies