We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eca5306 + 4d8cba9 commit 41b5d77Copy full SHA for 41b5d77
docs/api.rst
@@ -350,7 +350,7 @@ JSON Support
350
.. module:: flask.json
351
352
Flask uses ``simplejson`` for the JSON implementation. Since simplejson
353
-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
354
try simplejson first and then fall back to the stdlib json module. On top
355
of that it will delegate access to the current application's JSON encoders
356
and decoders for easier customization.
0 commit comments