public class JsonPath
extends java.lang.Object
Constructor and Description |
---|
JsonPath(java.lang.String json) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
evaluate(java.lang.String path)
Returns the object corresponding to the provided path if present, null otherwise
|
java.lang.Object |
evaluate(java.lang.String path,
Stash stash)
Returns the object corresponding to the provided path if present, null otherwise
|
public JsonPath(java.lang.String json) throws java.io.IOException
java.io.IOException
public java.lang.Object evaluate(java.lang.String path)
public java.lang.Object evaluate(java.lang.String path, Stash stash)