Is it possible to use for some specific cases; { "key": "data->*->type", "operator": "==", "value": "location", "type": "string" }, instead of { "key": "data->0->type", "operator": "==", "value": "location", "type": "string" },
Is it possible to use for some specific cases;
{
"key": "data->*->type",
"operator": "==",
"value": "location",
"type": "string"
},
instead of
{
"key": "data->0->type",
"operator": "==",
"value": "location",
"type": "string"
},