We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now the jsonParse() actually mutates the input buffer when handling backslash escaping.
Would be nice if it didn't do that, and it typically counters what the user expects when using a parser.
The text was updated successfully, but these errors were encountered:
It is part of the deal that the input buffer is destroyed. I guess this is "won't fix"
Sorry, something went wrong.
No branches or pull requests
Right now the jsonParse() actually mutates the input buffer when handling backslash escaping.
Would be nice if it didn't do that, and it typically counters what the user expects when using a parser.
The text was updated successfully, but these errors were encountered: