In json_ParseString, a \n is converted to vbCrLf, not vbLF ... this causes extra line break characters to be inserted when round-tripping deserialization and serialization. This seems like a bug.
Case "n"
json_BufferAppend json_Buffer, vbCrLf, json_BufferPosition, json_BufferLength
In json_ParseString, a \n is converted to vbCrLf, not vbLF ... this causes extra line break characters to be inserted when round-tripping deserialization and serialization. This seems like a bug.