jsonDecode() public static method

public static jsonDecode ( $rawResult )
 public function jsonDecode()
 {
     $this->jsonObject = JsonBuilder::jsonDecode($this->rawResult);
     return $this;
 }