Create New
Open user menu
←
back to playgrounds
JMESPath
BETA
{ "foo": { "bar": { "baz": [ 0, 1, 2, 3, 4 ] } } }
foo.bar
{
"baz"
:
[
0
,
1
,
2
,
3
,
4
]
}