mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Tweak docs to reflect backported filter
This commit is contained in:
parent
c636b18cf0
commit
ac36998801
1 changed files with 3 additions and 3 deletions
|
@ -886,7 +886,7 @@ Example:
|
|||
encoding (usually a ``unicode`` type). This filter was incorrectly-named
|
||||
when it was added. ``json_decode_list`` will be supported until the Neon
|
||||
release.
|
||||
.. deprecated:: Fluorine
|
||||
.. deprecated:: 2018.3.3,Fluorine
|
||||
The :jinja_ref:`tojson` filter accomplishes what this filter was designed
|
||||
to do, making this filter redundant.
|
||||
|
||||
|
@ -919,7 +919,7 @@ Returns:
|
|||
encoding (usually a ``unicode`` type). This filter was incorrectly-named
|
||||
when it was added. ``json_decode_dict`` will be supported until the Neon
|
||||
release.
|
||||
.. deprecated:: Fluorine
|
||||
.. deprecated:: 2018.3.3,Fluorine
|
||||
The :jinja_ref:`tojson` filter accomplishes what this filter was designed
|
||||
to do, making this filter redundant.
|
||||
|
||||
|
@ -946,7 +946,7 @@ Returns:
|
|||
``tojson``
|
||||
----------
|
||||
|
||||
.. versionadded:: Fluorine
|
||||
.. versionadded:: 2018.3.3,Fluorine
|
||||
|
||||
Dumps a data structure to JSON.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue