gason icon indicating copy to clipboard operation
gason copied to clipboard

Make input immutable?

Open tals opened this issue 9 years ago • 1 comments

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.

tals avatar May 13 '15 23:05 tals

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

aggsol avatar Jul 14 '16 09:07 aggsol