Skip to content

Is conversion of "\n" to <CR><LF> intentional or a bug? #150

Closed
@onetalltree

Description

@onetalltree

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions