Description
Adds JMESPath queries to Python code so applications can select and transform parts of JSON documents with a compact expression language. It is useful for APIs, cloud tools, configuration processing, and data extraction.
Query expressions should be treated as input that can change what data is exposed. When users provide expressions, applications should decide which data is safe to query and return.