public class JsonPathFacade extends Object
| Constructor and Description |
|---|
JsonPathFacade(String targetJson) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentJson() |
Object |
getJSON() |
<T> T |
readObjectValue(String jsonPathExpression) |
String |
readStringValue(String jsonPathExpression) |
void |
writeValue(String jsonPathExpression,
Object value) |
Copyright © 2019. All Rights Reserved.