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

Make input immutable? #15

Open
tals opened this issue May 13, 2015 · 1 comment
Open

Make input immutable? #15

tals opened this issue May 13, 2015 · 1 comment

Comments

@tals
Copy link

tals commented May 13, 2015

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.

@aggsol
Copy link

aggsol commented Jul 14, 2016

It is part of the deal that the input buffer is destroyed. I guess this is "won't fix"

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

No branches or pull requests

2 participants