Jmeter look at the results of using JSON tree

 

json mode There are two kinds of options

  • JSON: JSON view of the tree-style display in response (also with JavaScript embedded JSON). With the text format is significantly different.
  • JSON Path Tester: JSON path testing will allow testing view JSON-PATH expression, and see the extracted data from a particular response.

The display format selection request text:

 

 

The display format selection request json:

 

 

 

The display format selection request json path tester:

 

  • $ Represents the root node, can go down a level. To represent,
  • There are two exemplary written as: $ .result [ 'yangli'] or $ .result.yangli

Guess you like

Origin www.cnblogs.com/laumcc/p/12319612.html