vdf
vdf copied to clipboard
Does not work on lists of objects
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"
}
]
}