I want to filter the output from the Azure CloudShell command az ad sp list which outputs a JSON array, eg by filtering to Publisher Name = "ACME". All az comma
The regular expression works perfect as below: jmespath.search(currentStats, 'Items[?Name == Annie]') But I want to make my filtered key as a variable. I have t
I realize there are several other JmesPath join questions here, but I'm having trouble with a separate problem that I haven't found any examples for, where I ne
This is my JSON: { "items":[ { "fieldone":"sdfsdfsdfsdf", "fieldtwo":{ "subfieldTwo":{ "aaa/bbbb":"test-ap
This is my JSON: { "items":[ { "fieldone":"sdfsdfsdfsdf", "fieldtwo":{ "subfieldTwo":{ "aaa/bbbb":"test-ap