Backslash (\\) included in JSON serialize output

Backslash (\\) included in JSON serialize output

Comments

  • When serializing an object, we see that gets include as an extra item in the output. Is there any reason for this, and is there any way we can avoid it?

    [img]att1[/img]

  • The backslash getting included in the JSON serialize output is an expected thing. This (backslash) gets involved as an escape character for double quotes, backslash(if already present), for a new line, etc.

    If required, we can eliminate the by using the [color=#ff0000]Strip Character[/color] step and provide the as [color=#ff0000]Chars to Strip[/color] and the output of the JSON serialize as [color=#ff0000]Input[/color] to this step.

    [img]att1[/img]

Sign In or Register to comment.