Skip to content

Json values are not correctly escaped (at least for XE4) #34

@yonojoy

Description

@yonojoy

The JSON generated by TJsonWrapper.JsonValueToJson is not always correctly escaped.

For example

{"path":"C:\Test\"}

is generated, instead of

{"path":"C:\\Test\\"}

At least if Data.DBXJSON is used (XE4 support), this issue appears.

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