forked from orbit-oss/flask
finish documentation
[ci skip]
This commit is contained in:
parent
bbd15d53ad
commit
9bee2500dd
2 changed files with 50 additions and 22 deletions
15
docs/api.rst
15
docs/api.rst
|
|
@ -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
|
||||
------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue