Create New
Open user menu
←
back to playgrounds
JMESPath
BETA
The
JMESPath
tester playground allows you to test JMESPath queries on JSON data. JMESPath is a query language for JSON data. It allows you to extract and transform elements from a JSON document.
{ "foo": { "bar": { "baz": [ 0, 1, 2, 3, 4 ] } } }
foo.bar
{
}