finish documentation

[ci skip]
This commit is contained in:
David Lord 2017-06-02 08:09:37 -07:00
parent bbd15d53ad
commit 9bee2500dd
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
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
------------------