def get_json(self): try: return json.loads(self.request.body.decode('utf-8')) except (json.JSONDecoder, ValueError): return {}