add minimum version for the json_query filter

The documentation did not at all specify that the `json_query` filter
was not available in earlier versions.
pull/19603/head
Felix Frank 8 years ago committed by Brian Coca
parent 3691c784d2
commit a999452b68

@ -219,6 +219,7 @@ Note that jinja2 already provides some like abs() and round().
JSON Query Filter
-----------------
.. versionadded:: 2.2
Sometimes you end up with a complex data structure in JSON format and you need to extract only a small set of data within it. The **json_query** filter lets you query a complex JSON structure and iterate over it using a with_items structure.

Loading…
Cancel
Save