Instagram\API\Framework\Response::isJson PHP Method

isJson() public method

Check if Content Type is Json
public isJson ( ) : boolean
return boolean
    public function isJson()
    {
        return $this->getContentType() == "application/json";
    }