public function load($resource, $type = null) { $data = $this->loadFile($resource); return Json::parse($data, true); }
/** * Returns the model's JSON representation. * * @return string */ public function toJSON() { return Json::dump($this); }