I have come to know that Json parser is fast over DOM & SAX parser. I also get information that Json parsing using for well formated Javascript type document.
My question is there . Can we parse xml format Web Services using Json Parsing ?
If yes please suggest me some good example sources for this. Thanks.