if I create a simple toml with a repeating object declaration, I get an error in reader.errors.
[obj]
subobj.id = 123
subobj.id = 456
TypeError: Cannot read property 'type' of null.
It would be nice to have a nicer error in this case.
Thanks! Great lib!
if I create a simple toml with a repeating object declaration, I get an error in
reader.errors.TypeError: Cannot read property 'type' of null.It would be nice to have a nicer error in this case.
Thanks! Great lib!