JsonPath

class JsonPath(jsonPath: String, compiler: JsonPathCompiler = JsonPathDependencyManager.compiler)(source)

Constructors

Link copied to clipboard
constructor(jsonPath: String, compiler: JsonPathCompiler = JsonPathDependencyManager.compiler)

Functions

Link copied to clipboard
fun query(jsonElement: JsonElement): NodeList