minimal-json icon indicating copy to clipboard operation
minimal-json copied to clipboard

Support single quotes as well as double quotes?

Open lorenzop opened this issue 9 years ago • 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?

lorenzop avatar Mar 22 '15 22:03 lorenzop

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 avatar Mar 23 '15 15:03 ralfstx

@ralfstx Any updates on the parser configuration feature?

pbi-qfs avatar May 29 '18 12:05 pbi-qfs

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 😊

haruntuncay avatar May 12 '19 14:05 haruntuncay

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

ralfstx avatar May 14 '19 13:05 ralfstx

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

haruntuncay avatar May 14 '19 13:05 haruntuncay