frigus02 / RESTer

A REST client for almost any web service (Firefox and Chrome Extension)
https://addons.mozilla.org/firefox/addon/rester
MIT License
341 stars 32 forks source link

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

Open lanceshaw25 opened 1 year ago

lanceshaw25 commented 1 year ago

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.

Glatrix commented 1 year ago

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?