JsonPath

class JsonPath(jsonPathExpression: String, compiler: JsonPathCompiler = JsonPathDependencyManager.compiler, functionExtensionRetriever: (String) -> JsonPathFunctionExtension<*>? = JsonPathDependencyManager.functionExtensionRepository::getExtension)(source)

Constructors

Link copied to clipboard
constructor(jsonPathExpression: String, compiler: JsonPathCompiler = JsonPathDependencyManager.compiler, functionExtensionRetriever: (String) -> JsonPathFunctionExtension<*>? = JsonPathDependencyManager.functionExtensionRepository::getExtension)

Functions

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