Skip to content

Processing fails if escaped backslash is on end of string #3

@ramauers

Description

@ramauers

Processing the following JSON fails:

[
  {
    "value": "abc\\"
  }
]

If the escaped backslash is followd by another character, it nevertheless works:

[
  {
    "value": "abc\\d"
  }
]

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