Skip to content

Fails to correctly parse key with escaped forward slash #167

Closed
@alecembke-okta

Description

@alecembke-okta

When attempting to parse the following string:

{"a\/b":"c\"d\"e","f":1}

The following value is created:

{
  "a/b": null,
  "c\"d": "c\"d\"e",
  "f": 1
}

It seems the combination of the escaped forward slash and the escaped quote in the value causes the parser to fail to attach the value in the correct location.

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