Github user undera commented on a diff in the pull request:
https://github.com/apache/jmeter/pull/28#discussion_r42309279
--- Diff: xdocs/usermanual/component_reference.xml ---
@@ -6078,6 +6080,34 @@ This can be useful if your JDBC Sample changes some
data and you want to reset s
In the linked test plan, "<code>JDBC PostProcessor</code>" JDBC
PostProcessor calls a stored procedure to delete from Database the Price
Cut-Off that was created by PreProcessor.
</p>
<figure width="818" height="399" image="jdbc-post-processor.png">JDBC
PostProcessor</figure>
+</component>
+
+<component name="JSON Path PostProcessor" index="§-num;.8.9">
+<description>
+<p>
+The JSON PostProcessor enables you extract data from JSON responses using
JSON-PATH syntax. This post processor is very similar to Regular expression
extractor.
+It must be placed as a child of HTTP Sampler or any other sampler that has
responses.
+It will alow you to extract in a very easy way text content, see <a
href="http://goessner.net/articles/JsonPath/" >JSON Path syntax</a>.
+
+</p>
+</description>
+<properties>
+ <property name="Name" required="No">Descriptive name for this element
that is shown in the tree.</property>
+ <property name="Variable Names" required="Yes">Semi-colon separated
names of variables that will contain the results of JSON-PATH expressions (must
match number of JSON-PATH expressions)</property>
+ <property name="JSON Path Expressions" required="Yes">Semi-colon
separated JSON-PATH expressions (must match number of variables)</property>
+ <property name="Default Values" required="No">Semi-colon separated
default values if JSON-PATH expressions do not return any result(must match
number of variables)</property>
--- End diff --
What will happen with all these semicolon separators if my JSON-Path
expression have to contain semicolon inside it? Why not omit this separation in
favor of using several post-processors?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---