set('message', "Hello, World!"); $this->set('_serialize', array('message')); $this->RequestHandler->renderAs($this, 'json'); } }