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
[[fruit.blah]]
name = "apple"
[fruit.blah.physical]
color = "red"shape = "round"
[[fruit.blah]]
name = "banana"
[fruit.blah.physical]
color = "yellow"shape = "bent"
From my reading of the toml spec, that should work, and give rise to the following JSON:
@HuwCampbell This issue will need --as I can see it-- quite serious overhaul of the "implicitness tracking logic"; as we need to keep track of it "per array item". Any thoughts on this?
I don't think it should be that complicated, could be such that sub tables of the table arrays are filtered out of the parser state each time a new table array item is declared.
From my reading of the toml spec, that should work, and give rise to the following JSON:
And
tomlv
accepts it:However attempting to parse with htoml gives
Cannot redefine table ('fruit, blah, physical'
.The text was updated successfully, but these errors were encountered: