Forum Discussion

toddtnt7's avatar
toddtnt7
New Member
6 years ago

JSON view started showing as a single line of text

I am getting JSON object responses from my API calls. The responses can be viewed in the JSON tab and they WERE displaying as a multi-line, indented block of data that was easy to navigate and view.

For some reason, the data has started showing as a single line of text, and scrolling sideways through a long line of data is difficult and time consuming.

I feel like this is a local setting, but I can't find it, and I don;t know what 'folding' is. (I tried all folding scenarios to no avail)

 

Any suggestions?

2 Replies

  • ricardo_moura's avatar
    ricardo_moura
    Occasional Contributor

    that happens because  your request level "Pretty print" property probably is "False", change it to "true" and send request again:


  • nmrao's avatar
    nmrao
    Champion Level 3
    toddtnt7,

    Would it be possible to show how the json payload is being set in the REST Request test step?