<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Sean Walther's Blog&#187; JSON</title> <atom:link href="http://www.seangw.com/wordpress/tag/json/feed/" rel="self" type="application/rss+xml" /><link>http://www.seangw.com/wordpress</link> <description>Flash, HTML, Actionscript, XML, Javascript, AJAX, CSS, iPhone and other geeky topics</description> <lastBuildDate>Fri, 18 May 2012 12:15:02 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <atom:link rel='hub' href='http://www.seangw.com/wordpress/?pushpress=hub'/> <item><title>JSON is just easier to use than XML</title><link>http://www.seangw.com/wordpress/2011/06/json-is-just-easier-to-use-than-xml/</link> <comments>http://www.seangw.com/wordpress/2011/06/json-is-just-easier-to-use-than-xml/#comments</comments> <pubDate>Thu, 23 Jun 2011 13:05:08 +0000</pubDate> <dc:creator>seangw</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[JSON]]></category> <category><![CDATA[mongolab]]></category> <category><![CDATA[syntax]]></category> <category><![CDATA[XML]]></category><guid isPermaLink="false">http://www.seangw.com/wordpress/?p=1333</guid> <description><![CDATA[Saw a post at mongolab about JSON, Why is JSON so popular?  Developers want out of the syntax business. He&#8217;s right, JSON is popular not just because it&#8217;s &#8220;more efficient&#8221; at transferring data, but it&#8217;s easier to manipulate and use. An excerpt: There is a reason why JSON is becoming very popular as a data [...]<p><a href="http://www.seangw.com/wordpress/2011/06/json-is-just-easier-to-use-than-xml/">JSON is just easier to use than XML</a> is a post from: <a href="http://www.seangw.com/wordpress">Sean Walther's Blog</a></p> ]]></description> <wfw:commentRss>http://www.seangw.com/wordpress/2011/06/json-is-just-easier-to-use-than-xml/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Help: IE7 won&#8217;t load my JSON but IE8 will &#8211; Using a JSON Validator</title><link>http://www.seangw.com/wordpress/2010/03/help-ie7-wont-load-my-json-but-ie8-will-using-a-json-validator/</link> <comments>http://www.seangw.com/wordpress/2010/03/help-ie7-wont-load-my-json-but-ie8-will-using-a-json-validator/#comments</comments> <pubDate>Tue, 09 Mar 2010 00:20:16 +0000</pubDate> <dc:creator>seangw</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Chrome]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[getJSON]]></category> <category><![CDATA[IE7]]></category> <category><![CDATA[IE8]]></category> <category><![CDATA[Internet Explorer]]></category> <category><![CDATA[jQuery]]></category> <category><![CDATA[JSON]]></category> <category><![CDATA[JSON Validator]]></category> <category><![CDATA[JSONLint]]></category> <category><![CDATA[Safari]]></category><guid isPermaLink="false">http://www.seangw.com/wordpress/?p=653</guid> <description><![CDATA[I just ran into this issue, and found surprisingly little documentation.  My JSON request wasn&#8217;t returning.  I was using the jQuery &#8220;getJSON&#8221; method to send the request out.  Nothing was coming back. Here&#8217;s the code, pretty basic stuff: $.getJSON(strSource, function(json){ // handle JSON here alert(json.data) } The code worked perfectly in Chrome, Safari, Firefox and [...]<p><a href="http://www.seangw.com/wordpress/2010/03/help-ie7-wont-load-my-json-but-ie8-will-using-a-json-validator/">Help: IE7 won&#8217;t load my JSON but IE8 will &#8211; Using a JSON Validator</a> is a post from: <a href="http://www.seangw.com/wordpress">Sean Walther's Blog</a></p> ]]></description> <wfw:commentRss>http://www.seangw.com/wordpress/2010/03/help-ie7-wont-load-my-json-but-ie8-will-using-a-json-validator/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Introduction to JSON (JavaScript Object Notation)</title><link>http://www.seangw.com/wordpress/2009/02/introduction-to-json-javascript-object-notation/</link> <comments>http://www.seangw.com/wordpress/2009/02/introduction-to-json-javascript-object-notation/#comments</comments> <pubDate>Wed, 18 Feb 2009 13:50:45 +0000</pubDate> <dc:creator>seangw</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Tutorials]]></category> <category><![CDATA[AJAX]]></category> <category><![CDATA[eval]]></category> <category><![CDATA[Introduction]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[Javascript Object Notation]]></category> <category><![CDATA[JSON]]></category> <category><![CDATA[XML]]></category><guid isPermaLink="false">http://www.seangw.com/wordpress/?p=379</guid> <description><![CDATA[JSON, JavaScript Object Notation, is a very useful tool for AJAX developers (and many others I&#8217;m sure). XML is fairly difficult for JavaScript to parse out.  It also includes quite a bit of infrastructure overhead in certain applications.   Implementation of JSON can be very easy, it is imported natively in JavaScript through the eval() [...]<p><a href="http://www.seangw.com/wordpress/2009/02/introduction-to-json-javascript-object-notation/">Introduction to JSON (JavaScript Object Notation)</a> is a post from: <a href="http://www.seangw.com/wordpress">Sean Walther's Blog</a></p> ]]></description> <wfw:commentRss>http://www.seangw.com/wordpress/2009/02/introduction-to-json-javascript-object-notation/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 3/10 queries in 0.003 seconds using disk: basic
Object Caching 650/661 objects using disk: basic
Content Delivery Network via cdn.seangw.com

Served from: www.seangw.com @ 2012-05-23 03:03:18 -->
