mirror of https://github.com/pallets/flask.git
commit
41b5d77e29
|
|
@ -350,7 +350,7 @@ JSON Support
|
||||||
.. module:: flask.json
|
.. module:: flask.json
|
||||||
|
|
||||||
Flask uses ``simplejson`` for the JSON implementation. Since simplejson
|
Flask uses ``simplejson`` for the JSON implementation. Since simplejson
|
||||||
is provided both by the standard library as well as extension Flask will
|
is provided by both the standard library as well as extension, Flask will
|
||||||
try simplejson first and then fall back to the stdlib json module. On top
|
try simplejson first and then fall back to the stdlib json module. On top
|
||||||
of that it will delegate access to the current application's JSON encoders
|
of that it will delegate access to the current application's JSON encoders
|
||||||
and decoders for easier customization.
|
and decoders for easier customization.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue