Skip to content

Does not work on lists of objects #45

@BryceRussell

Description

@BryceRussell

Some of the files I am parsing have objects inside of a list and it throws [ vdf.parse: expected openning bracket ] as an error pointing to the line with [

"Object"
{
    "Key" "Val"
    "Object"
    [ // <-- Error points to this line
        {
            "Object"
            {
                "Key" "Val"
            }
            "Key" "Val"
        }
        {
            "Object"
            {
                "Key" "Val"
            }
            "Key" "Val"
        }
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions