I understand JSON can be used instead of XMLHttpRequest in Javascript, but can I make requests and get totally arbitrary data back?
Like a custom text or binary format?
Or is the interface limited to jSON and XML?
I hope I get through what I wonder here...
a) How do I create a plain request without XML or JSON?
b) How do I access the result (answer) as a plain string, not an object?