finish documentation

[ci skip]
This commit is contained in:
David Lord 2017-06-02 08:09:37 -07:00
parent 389c2c9708
commit 9386115d1f
2 changed files with 50 additions and 22 deletions

View file

@ -342,20 +342,7 @@ you are using Flask 0.10 which implies that:
.. autoclass:: JSONDecoder
:members:
Tagged JSON
~~~~~~~~~~~
A compact representation for lossless serialization of non-standard JSON types.
:class:`~flask.sessions.SecureCookieSessionInterface` uses this to serialize
the session data, but it may be useful in other places.
.. py:currentmodule:: flask.json.tag
.. autoclass:: TaggedJSONSerializer
:members:
.. autoclass:: JSONTag
:members:
.. automodule:: flask.json.tag
Template Rendering
------------------