Preserving dotted keys in tables #384
Labels
component: encoder
Related to serialising in `toml.dump`
type: feature
A self-contained enhancement or new feature
Reading in the following toml:
[data]
a.b=1
And then writing it right back out yields:
[data.a]
b = 1
Both formats are valid but there doesn't seem to be a way to preserve the formatting of the original.
The text was updated successfully, but these errors were encountered: