Skip to content

Serialisation of strings with bytes #93

@expobrain

Description

@expobrain

Serialising strings with arbitrary bytes generates an invalid JSON representation. For instance:

JsonStream.serialize(new String(new byte[]{0x00}))

should return "\u0000" as per specs (see http://json.org/string.gif at http://json.org/).

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