-
Notifications
You must be signed in to change notification settings - Fork 185
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
Comments
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, |
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. |
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?
The text was updated successfully, but these errors were encountered: