Skip to content

Incorrect escaped character handling #30

@750

Description

@750

Several escaped double-quotes break the extension. Example json:

{"kek":"\": \"\"\n> },\n> "}

here extension works fine up until column 22 (i.e. it breaks at },)

Here is the faulty line: https://github.com/richie5um/vscode-statusbar-json-path/blob/master/src/jsonPathTo.ts#L127 - this needs continue after incrementing

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