You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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