gason
gason copied to clipboard
Make input immutable?
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.
It is part of the deal that the input buffer is destroyed. I guess this is "won't fix"