Optical
Aberration

#jmespath

3 June 2021

JMESPath is a query language for JSON. WIth it you can script searching large JSON datasets and transform the results.A search can be as simple as a single field name. result would return the object attached to the result field at the top level of a JSON file. This can be specialized to return an object inside result by added a dot and then another field name eg result.object.Queries can index arrays as followsWhich will return the name field…