ralfstx/minimal-json

Support single quotes as well as double quotes?

lorenzop opened this issue · 5 comments

is it intentional that an exception is thrown if the json data uses single quotes ' rather than double quotes " ? can support for this be added, or is there a reason it's not?

It is intentional and should remain the default, because the JSON spec does not allow for single quotes. However, I plan on implementing a parser configuration that would allow for enabling extensions, such as support for single quotes or comments.

@ralfstx Any updates on the parser configuration feature?

Hello @ralfstx,
Are the issues open to contributions ? I am interested and would like to contribute to the project. Please inform me whether I can work on any chosen issue or not. Thanks in advance 😊

Hi @haruntuncay, I'm not actively maintaining this project and won't have time to review contributions, sorry.

@ralfstx, if you like, I would like to offer my help to maintain it.