@{PATH_TO_ARRAY}.{PATH_TO_ARRAY_OBJ_PROPERTY}:"foo"
Given the following data
{
"entries": [
{
"value": "foo"
},
{
"value": "bar"
}
]
}
Search for entries
that contain the value:foo
@entries.value:"foo"
Created 2023-10-15T03:43:13.003000, updated 2023-12-03T04:21:59.949000 · History · Edit