toggle menu
jsonpath
1.0.0
common
switch theme
search in API
jsonpath
/
at.asitplus.jsonpath
/
JsonPath
Json
Path
class
JsonPath
(
jsonPath
:
String
,
compiler
:
JsonPathCompiler
=
JsonPathDependencyManager.compiler
)
(
source
)
Members
Constructors
Json
Path
Link copied to clipboard
constructor
(
jsonPath
:
String
,
compiler
:
JsonPathCompiler
=
JsonPathDependencyManager.compiler
)
Functions
query
Link copied to clipboard
fun
query
(
jsonElement
:
JsonElement
)
:
NodeList