public class JsonPath extends Object
JsonVerifiable,
JsonAssertion| Constructor and Description |
|---|
JsonPath() |
| Modifier and Type | Method and Description |
|---|---|
static JsonVerifiable |
builder()
Returns a builder of
JsonVerifiable with which you can build your
JSON Path. |
static JsonVerifiable |
builder(String json)
Using a JSON Path builder for the given JSON you can read its value.
|
public static JsonVerifiable builder()
JsonVerifiable with which you can build your
JSON Path. Once finished just call JsonVerifiable.jsonPath() to get
JSON Path as String.public static JsonVerifiable builder(String json)
Copyright © 2015–2023. All rights reserved.