Gus Knowlden

Results 2 issues of Gus Knowlden

When incoming JSON to be parsed contains the character sequence `\u0000`, YAML blows up. `\u0000` converts to `\x00` with `unescape` just fine, but YAML chokes. Basically, this is because end-of-string...