def reply(self, data): self.set_header('Content-Type', 'application/json; charset=UTF-8') self.finish(json_encode(data))