Fiddler is one of the few tools by Microsoft which are very helpful to solve things out. JSON is quite handy data format which is currently being used as an alternate of XML but unlike XML, there is no built-in tool in Browsers which can show JSON data
Read More...
I have been playing around with youtube's GData API which returns feed in XML and JSON format. A "bug" was found when dealing with single video feed that unlike other feeds provided by Gdata. While investigating feeds in fiddler, I found that feed which
Read More...