Looking at Yahoo web services and working with Javascript, MVC and JQuery.
Yahoo is making several APIs available
- Yahoo Developer Network
- Yahoo APIs and Web Services
Yahoo can provide data back as XML or Json. Interesting links for using Yahoo services.
- Interesting Link by Matt Holthe on a Javascript Object Browser. Helped me to debug the Yahoo Json data.
Show Object Properties - How to use returned XML from Yahoo Services with Silverlight
Silverlight: Using Returned XML - Interesting article on parsing Json safely
Safely parsing JSON in JavaScript - Excellent Json validator. Not only validates, nicely formats the stream which comes from Yahoo (Json data) so that you can copy the input to a word document to understand the data structure.
JSONLint The JSON Validator - Introduction to Json and Javascript JSON in JavaScript
- JSON Primer
No comments:
Post a Comment