You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2022/03/14 19:15:49 UTC

[jmeter] branch master updated: Correct wording in JMESPath JSON extractor

This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 53a992c  Correct wording in JMESPath JSON extractor
53a992c is described below

commit 53a992c8179f0f64fe1993df34bda6594856cf5e
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Mon Mar 14 20:15:27 2022 +0100

    Correct wording in JMESPath JSON extractor
---
 xdocs/usermanual/component_reference.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/xdocs/usermanual/component_reference.xml b/xdocs/usermanual/component_reference.xml
index 00b8ed2..bd94ec9 100644
--- a/xdocs/usermanual/component_reference.xml
+++ b/xdocs/usermanual/component_reference.xml
@@ -6169,8 +6169,7 @@ where "<code>uri-for-namespace</code>" is the uri for the "<code>mynamespace</co
 
 <component name="JSON JMESPath Extractor" index="&sect-num;.8.4" anchor="JSON_JMESPath_Extractor" width="896" height="205" screenshot="extractor/jmespath_extractor.png">
     <description>This test element allows the user to extract value(s) from
-        structured response - XML or (X)HTML - using JMESPath
-        query language.
+        JSON response using JMESPath query language.
    </description>
    <note>In the XPATH Extractor we support to extract multiple xpaths at the same time, but in JMES Extractor only
    one JMES Expression can be entered at a time.