Skip to content

Response body JSON formatting breaks for escaped characters #2

@georgidhristov

Description

@georgidhristov

Description

When a validation error contains escaped characters (\u0027) in the response body, the DebugProbe response formatter renders malformed JSON.

The response body becomes visually corrupted and hard to read.

Expected

Properly formatted JSON response body.

Actual

Escaped Unicode sequences break JSON formatting/rendering.

Example:

{
  "errors": {
    "$.items[1]": [
      "\u0027\u0022\u0027 is invalid after a value..."
    ]
  }
}
Image

Metadata

Metadata

Labels

bugSomething isn't workinggood first issueGood for newcomerspriority: mediumImportant issue or feature with moderate impact

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