How can I format json response in jmeter? I don't want to tell which part of json answer should be showed. I want to see my response not as very long one line but as many lines formatted with new lines and tabs/spaces.
I saw:
- http://eclipsesource.com/blogs/2014/06/12/parsing-json-responses-with-jmeter/
- Jmeter extracting fields/parsing JSON response
Thanks in advance!