json5-dotnet icon indicating copy to clipboard operation
json5-dotnet copied to clipboard

Error parsing objects and arrays as elements of an array

Open Gnumaru opened this issue 7 years ago • 1 comments

The folowing json5 string:

{a:1,b:'j',c:[1,[1],{a:1},],d:{a:1,},}

Parses correctly using the javascript version of json5, on cli, installed through npm

npm install --global json5

but fails parsing with the dll built on visual studio 2017 from this json5-dotnet repository using

Json5.Json5.Parse("{a:1,b:'j',c:[1,[1],{a:1},],d:{a:1,},}");

Gnumaru avatar Jun 06 '18 08:06 Gnumaru

Thanks for the bug report. Unfortunately, this project is not in a working state at the moment. It's currently failing 40 out of its 84 tests.

Any help with getting this project in a working state would be appreciated. I'm finding little time to work on this myself.

jordanbtucker avatar Jun 08 '18 00:06 jordanbtucker