Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support single quotes as well as double quotes? #44

Open
lorenzop opened this issue Mar 22, 2015 · 5 comments
Open

Support single quotes as well as double quotes? #44

lorenzop opened this issue Mar 22, 2015 · 5 comments
Labels

Comments

@lorenzop
Copy link

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?

@ralfstx
Copy link
Owner

ralfstx commented Mar 23, 2015

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.

@pbi-qfs
Copy link

pbi-qfs commented May 29, 2018

@ralfstx Any updates on the parser configuration feature?

@haruntuncay
Copy link

haruntuncay commented May 12, 2019

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 😊

@ralfstx
Copy link
Owner

ralfstx commented May 14, 2019

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

@haruntuncay
Copy link

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

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

No branches or pull requests

4 participants