Returns the response as a JSON object or null if isJson is false.
false
JSON? get asJsonOrNull => isRight ? right : null;