Skip to content

Issue with nested array #3

@quantizz

Description

@quantizz

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions