<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: JSON vs. XML: The Debate</title>
	<atom:link href="http://ajaxian.com/archives/json-vs-xml-the-debate/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/json-vs-xml-the-debate</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Aleve</title>
		<link>http://ajaxian.com/archives/json-vs-xml-the-debate/comment-page-1#comment-285153</link>
		<dc:creator>Aleve</dc:creator>
		<pubDate>Thu, 09 Sep 2010 21:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-vs-xml-the-debate#comment-285153</guid>
		<description>There are advantages and disadvantages for both. For me i work only with XML.</description>
		<content:encoded><![CDATA[<p>There are advantages and disadvantages for both. For me i work only with XML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mlavannis</title>
		<link>http://ajaxian.com/archives/json-vs-xml-the-debate/comment-page-1#comment-275899</link>
		<dc:creator>mlavannis</dc:creator>
		<pubDate>Sun, 11 Oct 2009 01:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-vs-xml-the-debate#comment-275899</guid>
		<description>JSON considerably reduces network traffic compared to XML. This is very important for wireless apps.</description>
		<content:encoded><![CDATA[<p>JSON considerably reduces network traffic compared to XML. This is very important for wireless apps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mlavannis</title>
		<link>http://ajaxian.com/archives/json-vs-xml-the-debate/comment-page-1#comment-275898</link>
		<dc:creator>mlavannis</dc:creator>
		<pubDate>Sun, 11 Oct 2009 01:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-vs-xml-the-debate#comment-275898</guid>
		<description>XML is a general purpose text format. JSON is optimized for data structures &amp; Ajax. If a special version of XML is created which is optimized for data structures &amp; Ajax -- it will look exactly like JSON. Just like HTML can be thought of as a special version of XML for browsers.</description>
		<content:encoded><![CDATA[<p>XML is a general purpose text format. JSON is optimized for data structures &amp; Ajax. If a special version of XML is created which is optimized for data structures &amp; Ajax &#8212; it will look exactly like JSON. Just like HTML can be thought of as a special version of XML for browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mlavannis</title>
		<link>http://ajaxian.com/archives/json-vs-xml-the-debate/comment-page-1#comment-275897</link>
		<dc:creator>mlavannis</dc:creator>
		<pubDate>Sun, 11 Oct 2009 01:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-vs-xml-the-debate#comment-275897</guid>
		<description>Using XML for Ajax is like putting a jet engine in a car. It is not wrong, just too big.</description>
		<content:encoded><![CDATA[<p>Using XML for Ajax is like putting a jet engine in a car. It is not wrong, just too big.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QuickSoft</title>
		<link>http://ajaxian.com/archives/json-vs-xml-the-debate/comment-page-1#comment-275691</link>
		<dc:creator>QuickSoft</dc:creator>
		<pubDate>Sat, 26 Sep 2009 12:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-vs-xml-the-debate#comment-275691</guid>
		<description>The true difference between JSON and XML is the support provided by the browser. Browser supports JSON natively so, we are able to access it thru javascript with simpler notations. If browsers support XML with similar API&#039;s, XML too will look easy. JSON looks better than XML due to support by Javascript language and nothing else. Otherwise both are equally good. In fact I don&#039;t like JSON, because it is one more learn without much merit</description>
		<content:encoded><![CDATA[<p>The true difference between JSON and XML is the support provided by the browser. Browser supports JSON natively so, we are able to access it thru javascript with simpler notations. If browsers support XML with similar API&#8217;s, XML too will look easy. JSON looks better than XML due to support by Javascript language and nothing else. Otherwise both are equally good. In fact I don&#8217;t like JSON, because it is one more learn without much merit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 122950</title>
		<link>http://ajaxian.com/archives/json-vs-xml-the-debate/comment-page-1#comment-261174</link>
		<dc:creator>122950</dc:creator>
		<pubDate>Wed, 06 Feb 2008 19:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-vs-xml-the-debate#comment-261174</guid>
		<description>These technologies emerge on the horizon to improve the computing landscape, and help standards for interoperability and efficiency.
However, they should not diverge on political grounds. There is a lot of investment went on XML direction since 2000. We all had concerns on performance, security, etc especially when information, not data, is moving thru several islands. There was a cry that we are not fully utilizing hardware power, thus leading to virtualization etc. Now, we have quad-core and 8-core processors and XML parsing power is not a question as it was in year 2000. Also, why don&#039;t we embed JSON structures into XML document, just like C# includes assembler code? We should look for options to improve XML infrastructure just like we did for TCP transport.</description>
		<content:encoded><![CDATA[<p>These technologies emerge on the horizon to improve the computing landscape, and help standards for interoperability and efficiency.<br />
However, they should not diverge on political grounds. There is a lot of investment went on XML direction since 2000. We all had concerns on performance, security, etc especially when information, not data, is moving thru several islands. There was a cry that we are not fully utilizing hardware power, thus leading to virtualization etc. Now, we have quad-core and 8-core processors and XML parsing power is not a question as it was in year 2000. Also, why don&#8217;t we embed JSON structures into XML document, just like C# includes assembler code? We should look for options to improve XML infrastructure just like we did for TCP transport.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tapety</title>
		<link>http://ajaxian.com/archives/json-vs-xml-the-debate/comment-page-1#comment-259275</link>
		<dc:creator>tapety</dc:creator>
		<pubDate>Sat, 24 Nov 2007 07:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-vs-xml-the-debate#comment-259275</guid>
		<description>It is good that someone writes articles which really matters something. Thank you for this article, it&#039;s full of knowledge which is hard to find in tons of rubbish in our famous world wide web. Regards and good luck!</description>
		<content:encoded><![CDATA[<p>It is good that someone writes articles which really matters something. Thank you for this article, it&#8217;s full of knowledge which is hard to find in tons of rubbish in our famous world wide web. Regards and good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taniec</title>
		<link>http://ajaxian.com/archives/json-vs-xml-the-debate/comment-page-1#comment-258116</link>
		<dc:creator>taniec</dc:creator>
		<pubDate>Fri, 02 Nov 2007 08:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-vs-xml-the-debate#comment-258116</guid>
		<description>Thatâ€™s fine, and good. We need to be aware of all the limitations. But both of these work well when you use them for their specific purposes â€“ and altogether, which one is â€˜betterâ€™ than the other is a largely subjective matter. I do like JSON, and I do like XML. Iâ€™m not going to use the one when the other will do the job better, however. So itâ€™s good we discuss the limitations â€“ but some people get very personal about it, which is not helpful to anyone including themselves.</description>
		<content:encoded><![CDATA[<p>Thatâ€™s fine, and good. We need to be aware of all the limitations. But both of these work well when you use them for their specific purposes â€“ and altogether, which one is â€˜betterâ€™ than the other is a largely subjective matter. I do like JSON, and I do like XML. Iâ€™m not going to use the one when the other will do the job better, however. So itâ€™s good we discuss the limitations â€“ but some people get very personal about it, which is not helpful to anyone including themselves.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luggage</title>
		<link>http://ajaxian.com/archives/json-vs-xml-the-debate/comment-page-1#comment-256554</link>
		<dc:creator>luggage</dc:creator>
		<pubDate>Thu, 04 Oct 2007 13:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-vs-xml-the-debate#comment-256554</guid>
		<description>There are advantages and disadvantages for both of these when you look at them, and a lot of the arguing (in my opinion) is really just trying to create conversation. That&#039;s fine, and good. We need to be aware of all the limitations. But both of these work well when you use them for their specific purposes â€“ and altogether, which one is &#039;better&#039; than the other is a largely subjective matter. I do like JSON, and I do like XML. I&#039;m not going to use the one when the other will do the job better, however. So it&#039;s good we discuss the limitations â€“ but some people get very personal about it, which is not helpful to anyone including themselves.</description>
		<content:encoded><![CDATA[<p>There are advantages and disadvantages for both of these when you look at them, and a lot of the arguing (in my opinion) is really just trying to create conversation. That&#8217;s fine, and good. We need to be aware of all the limitations. But both of these work well when you use them for their specific purposes â€“ and altogether, which one is &#8216;better&#8217; than the other is a largely subjective matter. I do like JSON, and I do like XML. I&#8217;m not going to use the one when the other will do the job better, however. So it&#8217;s good we discuss the limitations â€“ but some people get very personal about it, which is not helpful to anyone including themselves.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kreskÃ³wki</title>
		<link>http://ajaxian.com/archives/json-vs-xml-the-debate/comment-page-1#comment-256418</link>
		<dc:creator>kreskÃ³wki</dc:creator>
		<pubDate>Tue, 02 Oct 2007 20:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-vs-xml-the-debate#comment-256418</guid>
		<description>Iâ€™m a blogger-beginner. Iâ€™m happy about your article. Thanks</description>
		<content:encoded><![CDATA[<p>Iâ€™m a blogger-beginner. Iâ€™m happy about your article. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unique corporate gift</title>
		<link>http://ajaxian.com/archives/json-vs-xml-the-debate/comment-page-1#comment-256348</link>
		<dc:creator>unique corporate gift</dc:creator>
		<pubDate>Tue, 02 Oct 2007 06:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-vs-xml-the-debate#comment-256348</guid>
		<description>I must say that we are comparing two different things made for different purposes.  Thus, thereâ€™s no point insisting on these and that for one party versus these and that for the other.  If you are a real web developer that the slightest difference between these two wouldnâ€™t affect your work.</description>
		<content:encoded><![CDATA[<p>I must say that we are comparing two different things made for different purposes.  Thus, thereâ€™s no point insisting on these and that for one party versus these and that for the other.  If you are a real web developer that the slightest difference between these two wouldnâ€™t affect your work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: voltaren</title>
		<link>http://ajaxian.com/archives/json-vs-xml-the-debate/comment-page-1#comment-255964</link>
		<dc:creator>voltaren</dc:creator>
		<pubDate>Sun, 23 Sep 2007 19:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-vs-xml-the-debate#comment-255964</guid>
		<description>All markup ends up looking like XML by David Megginson - argues that XML is just like JSON except with the former we use angle brackets and in the latter we use curly braces + square brackets. Thus they are â€œTuringâ€ equivalent. Academically interesting but not terribly useful information if you are a Web developer trying to get things done. 

...this is it!</description>
		<content:encoded><![CDATA[<p>All markup ends up looking like XML by David Megginson &#8211; argues that XML is just like JSON except with the former we use angle brackets and in the latter we use curly braces + square brackets. Thus they are â€œTuringâ€ equivalent. Academically interesting but not terribly useful information if you are a Web developer trying to get things done. </p>
<p>&#8230;this is it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: å¯µç‰©å–„çµ‚</title>
		<link>http://ajaxian.com/archives/json-vs-xml-the-debate/comment-page-1#comment-255792</link>
		<dc:creator>å¯µç‰©å–„çµ‚</dc:creator>
		<pubDate>Thu, 20 Sep 2007 09:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-vs-xml-the-debate#comment-255792</guid>
		<description>Thanks for very interesting article. btw. I really enjoyed reading all of your posts. Itâ€™s interesting to read ideas, and observations from someone elseâ€™s point of viewâ€¦ makes you think more. So please keep up the great work. Greetings.</description>
		<content:encoded><![CDATA[<p>Thanks for very interesting article. btw. I really enjoyed reading all of your posts. Itâ€™s interesting to read ideas, and observations from someone elseâ€™s point of viewâ€¦ makes you think more. So please keep up the great work. Greetings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toys</title>
		<link>http://ajaxian.com/archives/json-vs-xml-the-debate/comment-page-1#comment-254880</link>
		<dc:creator>toys</dc:creator>
		<pubDate>Mon, 03 Sep 2007 16:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-vs-xml-the-debate#comment-254880</guid>
		<description>The truth about these different forms of coding / writing, when we pit them together, is we keep seem to be forgetting that each of these were created for specific purposes. They fit very well for the purpose they were made for. While, in some cases, it&#039;s good to mention why the one may be better than the other, the truth is that the &#039;other&#039; sometimes looses when it comes to a specific purpose.
Just something to keep in mind.</description>
		<content:encoded><![CDATA[<p>The truth about these different forms of coding / writing, when we pit them together, is we keep seem to be forgetting that each of these were created for specific purposes. They fit very well for the purpose they were made for. While, in some cases, it&#8217;s good to mention why the one may be better than the other, the truth is that the &#8216;other&#8217; sometimes looses when it comes to a specific purpose.<br />
Just something to keep in mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xam</title>
		<link>http://ajaxian.com/archives/json-vs-xml-the-debate/comment-page-1#comment-254121</link>
		<dc:creator>Xam</dc:creator>
		<pubDate>Mon, 20 Aug 2007 00:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-vs-xml-the-debate#comment-254121</guid>
		<description>It&#039;s very intresting blog, and this article is briliant. It&#039;s very usefull for everyone who uses XML.</description>
		<content:encoded><![CDATA[<p>It&#8217;s very intresting blog, and this article is briliant. It&#8217;s very usefull for everyone who uses XML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gta</title>
		<link>http://ajaxian.com/archives/json-vs-xml-the-debate/comment-page-1#comment-254075</link>
		<dc:creator>Gta</dc:creator>
		<pubDate>Sun, 19 Aug 2007 01:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-vs-xml-the-debate#comment-254075</guid>
		<description>That was very good article, i think it was one of the best about XML.</description>
		<content:encoded><![CDATA[<p>That was very good article, i think it was one of the best about XML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kabarety i skecze</title>
		<link>http://ajaxian.com/archives/json-vs-xml-the-debate/comment-page-1#comment-253949</link>
		<dc:creator>kabarety i skecze</dc:creator>
		<pubDate>Wed, 15 Aug 2007 19:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-vs-xml-the-debate#comment-253949</guid>
		<description>Very interesting blog, it makes very good, good job, i&#039;ll come here next week :-)</description>
		<content:encoded><![CDATA[<p>Very interesting blog, it makes very good, good job, i&#8217;ll come here next week :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kody</title>
		<link>http://ajaxian.com/archives/json-vs-xml-the-debate/comment-page-1#comment-252322</link>
		<dc:creator>kody</dc:creator>
		<pubDate>Thu, 05 Jul 2007 10:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-vs-xml-the-debate#comment-252322</guid>
		<description>It makes sense to use XML when using a scripting language that is, for the most part, interacting with an XML based markup like HTML.</description>
		<content:encoded><![CDATA[<p>It makes sense to use XML when using a scripting language that is, for the most part, interacting with an XML based markup like HTML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martino</title>
		<link>http://ajaxian.com/archives/json-vs-xml-the-debate/comment-page-1#comment-252231</link>
		<dc:creator>Martino</dc:creator>
		<pubDate>Mon, 02 Jul 2007 16:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-vs-xml-the-debate#comment-252231</guid>
		<description>I think these blog is really useful for new comers and Excellent resource list.</description>
		<content:encoded><![CDATA[<p>I think these blog is really useful for new comers and Excellent resource list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gify</title>
		<link>http://ajaxian.com/archives/json-vs-xml-the-debate/comment-page-1#comment-252198</link>
		<dc:creator>Gify</dc:creator>
		<pubDate>Sun, 01 Jul 2007 22:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-vs-xml-the-debate#comment-252198</guid>
		<description>Iâ€™m a blogger-beginner. Iâ€™m happy about your article. Thanks</description>
		<content:encoded><![CDATA[<p>Iâ€™m a blogger-beginner. Iâ€™m happy about your article. Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

