Skip to content

Null-bytes in dictionary keys #57

@feedingaliencat

Description

@feedingaliencat

Follows up #38

The issue persists for dictionary keys:

(Pdb) import json
(Pdb) json.dumps({'\x00': 'a'})
'{"\\u0000": "a"}'

(Pdb) import rapidjson
(Pdb) rapidjson.dumps({'\x00': 'a'})
'{"":"a"}'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions