Documentation updates
This commit is contained in:
parent
5575faad92
commit
5ebdd5dd74
3 changed files with 6 additions and 4 deletions
|
|
@ -57,7 +57,7 @@ class JSONMixin(object):
|
|||
return self.data
|
||||
|
||||
def get_json(self, force=False, silent=False, cache=True):
|
||||
"""Parses the incoming JSON request data and returns it. By default
|
||||
"""Parses the JSON request/response data and returns it. By default
|
||||
this function will return ``None`` if the mimetype is not
|
||||
:mimetype:`application/json` but this can be overridden by the
|
||||
``force`` parameter. If parsing fails the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue