public final class JsonPathGenerator extends Object
| Constructor and Description |
|---|
JsonPathGenerator() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
get(com.google.gson.JsonElement object)
Generates all json paths for the json being passed as
JsonElement. |
List<String> |
get(String json)
Generates all json paths for the json being passed as a string.
|
Copyright © 2022 CDAP Licensed under the Apache License, Version 2.0.