Bug 63727 - New JMESPath Extractor to ease extraction from JSON
Summary: New JMESPath Extractor to ease extraction from JSON
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 5.2
Hardware: All All
: P2 enhancement (vote)
Target Milestone: JMETER_5.2
Assignee: JMeter issues mailing list
URL:
Keywords: FixedInTrunk, PatchAvailable
Depends on:
Blocks:
 
Reported: 2019-09-05 11:31 UTC by UbikLoadPack support
Modified: 2019-09-23 13:37 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description UbikLoadPack support 2019-09-05 11:31:52 UTC
Create new component that allows using JMESPATH (http://jmespath.org/) as a new technology to extract data from JSON.
Comment 1 UbikLoadPack support 2019-09-05 11:33:15 UTC
https://github.com/apache/jmeter/pull/489
Comment 2 Philippe Mouawad 2019-09-23 13:37:29 UTC
This is an automated email from the ASF dual-hosted git repository.

pmouawad 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 b15c922  New JMESPATH extractor (#489)
b15c922 is described below

commit b15c922eee225567a7ed7442ff8c6c848de421cc
Author: UBIK LOAD PACK <support@ubikloadpack.com>
AuthorDate: Sat Sep 14 23:46:15 2019 +0200

    New JMESPATH extractor (#489)

    JMES Path Extractor : new component that allows using JMESPATH (http://jmespath.org/) as a new technology to extract data from JSON.

    This resolves Bug 63727 - New JMESPath Extractor to ease extraction from JSON
    https://bz.apache.org/bugzilla/show_bug.cgi?id=63727

    Contributed by UbikLoadPack Team
    https://ubikloadpack.com
---
 bin/saveservice.properties                         |   2 +
 checksum.properties                                |   2 +
 gradle.properties                                  |   2 +
 src/bom/build.gradle.kts                           |   2 +
 src/components/build.gradle.kts                    |   2 +
 .../extractor/json/jmespath/JMESPathExtractor.java | 251 +++++++++++++++++
 .../json/jmespath/gui/JMESPathExtractorGui.java    | 172 ++++++++++++
 .../json/jmespath/TestJMESPathExtractor.java       | 304 +++++++++++++++++++++
 .../java/org/apache/jmeter/save/SaveService.java   |   2 +-
 .../apache/jmeter/resources/messages.properties    |   2 +
 .../apache/jmeter/resources/messages_fr.properties |   2 +
 xdocs/changes.xml                                  |   1 +
 xdocs/usermanual/component_reference.xml           |  41 ++-
 13 files changed, 782 insertions(+), 3 deletions(-)
Comment 3 The ASF infrastructure team 2022-09-24 20:38:17 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5154