toggle menu
KotlinX Serialization JsonPath
2.0.0-alpha.1
common
switch theme
Kotlin
X
Serialization
Json
Path
io.
github.
nomisrev
array
at()
boolean
double
every
extract()
filter
Index()
filter
Keys()
first
Match
float
get()
int
json
Array()
json
Boolean()
json
Double()
json
Element()
json
Float()
json
Int()
json
Long()
json
Null()
json
Object()
Json
Path
json
String()
long
match
Index
In
Brackets()
match
Indices
In
Brackets()
match
Name
In
Brackets()
match
Start
End
Index()
match
Start
Index()
null
object
path()
path
Every()
select()
select
Every()
split
Twice()
string
KotlinX Serialization JsonPath
/
io.github.nomisrev
/
array
array
val
Optional
<
JsonElement
,
JsonElement
>
.
array
:
Optional
<
JsonElement
,
List
<
JsonElement
>
>
(
source
)
val
Traversal
<
JsonElement
,
JsonElement
>
.
array
:
Traversal
<
JsonElement
,
List
<
JsonElement
>
>
(
source
)
Extract a
List
of
JsonElement
from a
JsonElement