-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
Hello! I’m trying to parse nested arrays but without success.
Example:
[[widgets]]
type = "image"
width = 1000
[[widgets.topics]]
topic = "some"
count = 3
[[widgets.topics]]
topic = "something"
count = 4
I am getting "Error: line 27: error when parsing group key" when I check if it's valid.
Line 27 in my toml file is "topic = "some"".
Metadata
Metadata
Assignees
Labels
No labels