Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to have jmeter beautify json data within the response data tab?

Tags:

json

jmeter

I'm tired of copying JSON text from JMeter's "response data" tab into notepad++ and using the JSON Viewer plugin to make the JSON text readable.

Is there a plugin for JMeter to do this by default?

like image 987
D-Klotz Avatar asked Nov 28 '22 14:11

D-Klotz


2 Answers

Its already inside of JMeter. /sigh

Within the "View Results Tree" just above the list is a drop down combo-box and right there is a JSON renderer.

Perhaps this will help the next person who skips over the combo-box.

like image 63
D-Klotz Avatar answered Dec 26 '22 21:12

D-Klotz


just to visualize D-Klotz's answer, here's the dropdown button (JMeter version: 5.3) enter image description here

like image 30
pcc426 Avatar answered Dec 26 '22 21:12

pcc426