I have JSON documents of below format:
{
"id":"1005",
"config":{
"properties":["ABC_001", "DEF_002", "PQR_009"]
}
}
How can I search for a particular config.properties that matches pattern '%ABC%' and has an id=1005. In the above case, my output should be
config.properties:ABC_001