I'm trying to use the Microsoft Translator API. I'm currently using the HTTP API: https://msdn.microsoft.com/en-us/library/ff512419.aspx
Looks like all the examples shown have XML content and responses. I've seen some old stackoverflow posts with JSON references like this one here but can't find anything on that in the MS documentation. Is it possible to make requests and get responses to the API in JSON, and is this documented?
Thanks.