Description
Lets Python code run jq-style filters over JSON data. It is useful for extracting, transforming, and reshaping structured data with the same query language many command-line users know.
Filter expressions can reveal or discard important data depending on how they are written. Applications that accept user-provided filters should limit which input data can be queried.