-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
Migrating strict mode options to the new usual parser #904
Comments
I need to look into it. In general the new parser does not have all the options the old one does. That is intentional as the number of detailed options caused confusion and were often the cause of issues where they were not working exactly the way different developers wanted them to. |
These options are easy enough to implement on client-side. If they are not offered by other implementations, dropping them seems fine. But |
I'll look at it tonight. I'm trying to avoid falling into the trap of being just like the JSON gem but I could see the reason it might be reasonable to raise on anything other than a non-empty string. |
Please try the |
We are currently using
:quirks_mode=>false, :empty_string=>false
options. But they are not available in the new parser. Is there a recommended alternative?The text was updated successfully, but these errors were encountered: