RESTer icon indicating copy to clipboard operation
RESTer copied to clipboard

Feature Request: Beautify josn strings by displaying a new line when there is a \n

Open lanceshaw25 opened this issue 2 years ago • 1 comments

Since json doesn't allow mult line strings, some requests body can get really ugly. The beautifier could recognize a \n in the string, and actually display a new line.

lanceshaw25 avatar Jul 06 '23 19:07 lanceshaw25

That can mess with how people are used to reading the strings. Maybe add a hover feature so if you hover over a json string is shows it formatted without special chars?

Glatrix avatar Aug 14 '23 18:08 Glatrix