Njasm\Soundcloud\Request\Request::asJson PHP Method

asJson() public method

See also: https://github.com/njasm/soundcloud/issues/16
Deprecation: Soundcloud does not support XML responses anymore and calling this method is redundant.
public asJson ( ) : Request
return Request
    public function asJson()
    {
        $this->responseFormat = 'application/json';
        return $this;
    }