Iyzipay\Model\Mapper\IyzipayResourceMapper::jsonDecode PHP Method

jsonDecode() public method

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