-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
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
Labels
No labels