-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Parsing problem with new reader #511
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
Comments
Well, we could add a setting to strict-mode. How about |
For my purposes leading or trailing white space is neither good or bad. So a noTrailing option would work great for me. |
This changes works well for me since I don't mind trailing white space.
|
Ok. I doubt this will break anyone as you've written it, but if it does, then we will have to use a new setting for this. |
The parser is accepting "{}foobar" as valid JSON. The code fragment is:
And result comes back as true in this case and writing out the resulting JSON returns "{}". Or am I doing something wrong?
The text was updated successfully, but these errors were encountered: