bruno icon indicating copy to clipboard operation
bruno copied to clipboard

Extra quotes added when request body is a simple text as JSON

Open 0y0y opened this issue 1 year ago • 0 comments

When I pass a text in the request body as JSON, Bruno add extra quotes.

Text is set (without quotes) in request body, the timeline shows "Text" : > data "Text"

The server received the string but with extra quotes : ""Text""

Bruno should send the string Text without quotes : > data Text

0y0y avatar Mar 11 '24 10:03 0y0y