JMESPath (JSON Matching Expression paths) is a query language for JSON.
I would like to use the AWS CLI to query the contents of a bucket and see if a particular …
amazon-s3 pattern-matching aws-cli jmespathIs there a way to define a XPath type query for nested python dictionaries. Something like this: foo = { 'spam':'eggs', …
python xpath jmespath json-path-expressionDoes anyone know what json-query filter can be used to select Tigger's food in the sample JSON below? The JSON …
json ansible jmespath json-queryUsing aws-cli 1.3.6 I am trying to get a simple table of my ec2 instances with the Name and state. I …
amazon-web-services amazon-ec2 aws-cli jmespathI saw the previous question on this topic, but the answer was just "pipe it to a scripting language!", which …
aws-cli jmespathI'm trying to filter properties of an object in jmespath based on the value of a subproperty and want to …
json ansible normalization jmespathI have a dictionary of packages with package-name being the key and a dictionary of some details being the value: { "…
dictionary ansible jinja2 jmespathMessing around with a simple aws cli query to check for the existence of a Lambda function and echo the …
bash aws-cli jmespathI have a json block that looks a bit like this (have you guessed from AWS) { "Vpcs":[ { "VpcId":"vpc-blabla1", "OtherKey":"…
json amazon-cloudformation jmespath