Class JSONManager
java.lang.Object
org.apache.jmeter.extractor.json.jsonpath.JSONManager
Handles the extractions
 https://github.com/jayway/JsonPath/blob/master/json-path/src/test/java/com/jayway/jsonpath/ComplianceTest.java
- Since:
 - 3.0
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
JSONManager
public JSONManager() 
 - 
 - 
Method Details
- 
reset
public void reset() - 
extractWithJsonPath
- Parameters:
 jsonString- JSON String from which data is extractedjsonPath- JSON-PATH expression- Returns:
 - List of JSON Strings of the extracted data
 - Throws:
 ParseException- when parsing fails
 
 -