Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Error parsing objects and arrays as elements of an array #8

Open
Gnumaru opened this issue Jun 6, 2018 · 1 comment
Open

Error parsing objects and arrays as elements of an array #8

Gnumaru opened this issue Jun 6, 2018 · 1 comment
Assignees
Labels

Comments

@Gnumaru
Copy link

Gnumaru commented Jun 6, 2018

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,},}");
@jordanbtucker jordanbtucker self-assigned this Jun 8, 2018
@jordanbtucker
Copy link
Member

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants