OpenQuizz
Une application de gestion des contenus pédagogiques
JSONDecoder Class Reference
Inheritance diagram for JSONDecoder:
Collaboration diagram for JSONDecoder:

Detailed Description

The default JSON decoder.  This one does not change the behavior from
the default simplejson decoder.  Consult the :mod:`json` documentation
for more information.  This decoder is not only used for the load
functions of this module but also :attr:`~flask.Request`.

The documentation for this class was generated from the following file: