I'm requesting data from a REST API in C#. The API offers me the same data in a JSON and XML format.
For which one should I go? It's clear which one I would choose in JavaScript. But what in C#? Are there any performance benefits to help me choose one over the other in C# or any good-practice reasons?
Thanks in advance!