/**
  * Get the unencoded value of the writer
  *
  * @return mixed
  */
 public function getUnencoded()
 {
     return $this->json->getData();
 }