0

I have seen How can I view the 'request' body as JSON-Text as opposed to the JSON parsed into a grid view but the question and answer feel specific to viewing JSON.

Is there a way to enable a text-based JSON editor that I don't know about?

Reasons the plain text mode feels insufficient:

  • the { character is constantly triggering a drop down that injects variables (I think) and requires hitting ESC before starting a new object silly key strokes
  • uses non-configurable indentation that doesn't match JSON-text
  • no syntax highlighting/validation
Community
  • 1
  • 1
Spencer Alger
  • 918
  • 2
  • 9
  • 22

1 Answers1

1

The answer is simply this isn't an option yet - you will need to hit escape for those popups. The response panel does have a JSON Text option, so you would imagine something similar for the request panel.

However you should be seeing syntax highlighting, see the screenshot belowenter image description here

Chris
  • 54,599
  • 30
  • 149
  • 186