/**
  * Get the JSON output from the workspace.
  *
  * @return string
  * @access public
  */
 public function get_json()
 {
     return $this->workspace->get_json();
 }