Skip to content

RJSONIO does not escape all control characters in object keys/value #26

@alexmac

Description

@alexmac

Here's a testcase that shows string escapes working for dictionary values, but not for the keys:

cat(RJSONIO::toJSON(list("test\"escape" = "another\"escape")))
{
 "test"escape": "another\"escape" 
}

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