Instagram\API\Framework\Response::isJson PHP Méthode

isJson() public méthode

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