Skip to content

Reserved characters are not escaped #93

Description

@PopeFelix

Expected: JSON.from('"foo"').toString() => '\\"foo\\"'
Actual: JSON.from("foo").toString() => '""foo""'

Fix is in PR 92

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions