You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [x] you# [x.y] don't# [x.y.z] need these
[x.y.z.w] # for this to work
So it would be nice if there would be a way to omit the empty super-table headers.
This is especially useful in case your last element in the path (D/w) is known to be unique, and you want to append a toml snippet to an existing toml file. If you marshal the snippet and it contains the empty super-table headers, you might redefine the super-table if it is already present in the file your appending to.
The text was updated successfully, but these errors were encountered:
The following example
will output the following marshaled toml:
Citing the TOML spec
So it would be nice if there would be a way to omit the empty super-table headers.
This is especially useful in case your last element in the path (
D
/w
) is known to be unique, and you want to append a toml snippet to an existing toml file. If you marshal the snippet and it contains the empty super-table headers, you might redefine the super-table if it is already present in the file your appending to.The text was updated successfully, but these errors were encountered: