public class JSONManager extends Object
| Constructor and Description |
|---|
JSONManager() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
extractWithJsonPath(String jsonString,
String jsonPath) |
void |
reset() |
public void reset()
public List<Object> extractWithJsonPath(String jsonString, String jsonPath) throws ParseException
jsonString - JSON String from which data is extractedjsonPath - JSON-PATH expressionParseException - when parsing failsCopyright © 1998-2022 Apache Software Foundation. All Rights Reserved.