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.
This commit is contained in:
parent
3691c784d2
commit
a999452b68
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue