Scenario :
I am working on a parser for data which is sent back from a server after making a request. The format of data is either JSON or XML.
Question:
- Are there any reasons to choose one of these formats over the other one?
- Which one is faster, parsing json or parsing xml?
Thanks all.