Skip to content

strings in "items" array include unescaped newlines #8

@masukomi

Description

@masukomi

newline characters are included in the strings. This is invalid JSON. It should be an escaped newline character. That is to say, literally a backslash \ followed by a lower case n NOT a newline character.

This error causes issues with JSON parsers that adhere to the spec, like the very popular jq

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions