Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work on lists of objects #45

Open
BryceRussell opened this issue Feb 13, 2022 · 0 comments
Open

Does not work on lists of objects #45

BryceRussell opened this issue Feb 13, 2022 · 0 comments

Comments

@BryceRussell
Copy link

BryceRussell commented Feb 13, 2022

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"
        }
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant