Update api.rst, fixed spelling
This commit is contained in:
parent
fa610a24ec
commit
c60b5b91e2
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ JSON Support
|
||||||
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 both by 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.
|
||||||
|
|
||||||
So for starters instead of doing::
|
So for starters instead of doing::
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue