Is it possible to get the response in JSON in the first place? Many APIs support multiple formats.For instance, you could try specifing request header, "Accept: application/json"? Forgive me if this is obvious, and you've already tried it. I'm new...