<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: JSON (Lite)</title>
	<atom:link href="http://thanksmister.com/2007/01/12/json-lite/feed/" rel="self" type="application/rss+xml" />
	<link>http://thanksmister.com/2007/01/12/json-lite/</link>
	<description>Flex, AIR, &#38; Android Development Blog</description>
	<lastBuildDate>Fri, 18 May 2012 22:41:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Kawika</title>
		<link>http://thanksmister.com/2007/01/12/json-lite/#comment-360</link>
		<dc:creator><![CDATA[Kawika]]></dc:creator>
		<pubDate>Mon, 14 Mar 2011 18:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=40#comment-360</guid>
		<description><![CDATA[Looks great!  Thanks for your hard work!]]></description>
		<content:encoded><![CDATA[<p>Looks great!  Thanks for your hard work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://thanksmister.com/2007/01/12/json-lite/#comment-359</link>
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Tue, 08 Mar 2011 09:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=40#comment-359</guid>
		<description><![CDATA[Works perfect! Thanks a lot, Mr!]]></description>
		<content:encoded><![CDATA[<p>Works perfect! Thanks a lot, Mr!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krunal</title>
		<link>http://thanksmister.com/2007/01/12/json-lite/#comment-358</link>
		<dc:creator><![CDATA[krunal]]></dc:creator>
		<pubDate>Mon, 31 May 2010 06:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=40#comment-358</guid>
		<description><![CDATA[HI All,

I am also using the inbuilt library. But when the records is more than 5k-6k it is taking around 25-30sec to decoding data. Which will degrade the performance.

Any suggestion.]]></description>
		<content:encoded><![CDATA[<p>HI All,</p>
<p>I am also using the inbuilt library. But when the records is more than 5k-6k it is taking around 25-30sec to decoding data. Which will degrade the performance.</p>
<p>Any suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yetihehe</title>
		<link>http://thanksmister.com/2007/01/12/json-lite/#comment-356</link>
		<dc:creator><![CDATA[yetihehe]]></dc:creator>
		<pubDate>Wed, 25 Nov 2009 09:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=40#comment-356</guid>
		<description><![CDATA[Pure JSON can&#039;t include functions, only some implementations like in ecmascript allow to define any object (function is an object of class Function).]]></description>
		<content:encoded><![CDATA[<p>Pure JSON can&#8217;t include functions, only some implementations like in ecmascript allow to define any object (function is an object of class Function).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anthony</title>
		<link>http://thanksmister.com/2007/01/12/json-lite/#comment-353</link>
		<dc:creator><![CDATA[anthony]]></dc:creator>
		<pubDate>Fri, 21 Nov 2008 15:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=40#comment-353</guid>
		<description><![CDATA[Monk.E.Boy
shouldn&#039;t it be:
eg.

var blah=[
{a:&quot;hello&quot;,b:1,c:true,d:null},
{a:1,b:&quot;there&quot;,c:function(blah){/*etc...*/alert(&#039;oye&#039;);},blueberry:&quot;pudding&quot;},
{adobe:&quot;posers&quot;}
];

Is not the first one supposed to be the object?  I may be wrong; yet, that is how I have been doing it for a long time with dynamic script tags for AJAJ.]]></description>
		<content:encoded><![CDATA[<p>Monk.E.Boy<br />
shouldn&#8217;t it be:<br />
eg.</p>
<p>var blah=[<br />
{a:"hello",b:1,c:true,d:null},<br />
{a:1,b:"there",c:function(blah){/*etc...*/alert('oye');},blueberry:"pudding"},<br />
{adobe:"posers"}<br />
];</p>
<p>Is not the first one supposed to be the object?  I may be wrong; yet, that is how I have been doing it for a long time with dynamic script tags for AJAJ.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monk.e.boy</title>
		<link>http://thanksmister.com/2007/01/12/json-lite/#comment-352</link>
		<dc:creator><![CDATA[monk.e.boy]]></dc:creator>
		<pubDate>Wed, 09 Apr 2008 20:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=40#comment-352</guid>
		<description><![CDATA[I have been playing with this library for a while and I really like it.

But it does not parse booleans or null values, e.g:

{ &quot;a&quot;: false, &quot;b&quot;:null }

both fail :-(

Am I doing this correctly? I will keep an eye on these comments, so if anyone can help, please chime in!!

Thanks,

monk.e.boy]]></description>
		<content:encoded><![CDATA[<p>I have been playing with this library for a while and I really like it.</p>
<p>But it does not parse booleans or null values, e.g:</p>
<p>{ &#8220;a&#8221;: false, &#8220;b&#8221;:null }</p>
<p>both fail <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Am I doing this correctly? I will keep an eye on these comments, so if anyone can help, please chime in!!</p>
<p>Thanks,</p>
<p>monk.e.boy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarwin</title>
		<link>http://thanksmister.com/2007/01/12/json-lite/#comment-351</link>
		<dc:creator><![CDATA[Tarwin]]></dc:creator>
		<pubDate>Thu, 08 Nov 2007 00:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=40#comment-351</guid>
		<description><![CDATA[Thanks. Perfect (saves me the time of doing the same)]]></description>
		<content:encoded><![CDATA[<p>Thanks. Perfect (saves me the time of doing the same)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mister</title>
		<link>http://thanksmister.com/2007/01/12/json-lite/#comment-350</link>
		<dc:creator><![CDATA[Mister]]></dc:creator>
		<pubDate>Sun, 14 Jan 2007 01:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=40#comment-350</guid>
		<description><![CDATA[Yeah, the link is in the first paragraph.   I know there is already a JSON AS3 Library offered by Adobe.  I just like to have the option to use JSON on it&#039;s own without using the entire SWC library.    I wanted to have the ActionScript class file on it&#039;s own as well as a SWC file that only included JSON serilization/deserialization.]]></description>
		<content:encoded><![CDATA[<p>Yeah, the link is in the first paragraph.   I know there is already a JSON AS3 Library offered by Adobe.  I just like to have the option to use JSON on it&#8217;s own without using the entire SWC library.    I wanted to have the ActionScript class file on it&#8217;s own as well as a SWC file that only included JSON serilization/deserialization.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://thanksmister.com/2007/01/12/json-lite/#comment-349</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Sat, 13 Jan 2007 13:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=40#comment-349</guid>
		<description><![CDATA[Hello,

There is JSON for AS3.  It was on Adobe Labs but was just transferred to Code.Google.com

http://code.google.com/p/as3corelib/
-David]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>There is JSON for AS3.  It was on Adobe Labs but was just transferred to Code.Google.com</p>
<p><a href="http://code.google.com/p/as3corelib/" rel="nofollow">http://code.google.com/p/as3corelib/</a><br />
-David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yannickl88 (Yannick de Lange)</title>
		<link>http://thanksmister.com/2007/01/12/json-lite/#comment-354</link>
		<dc:creator><![CDATA[yannickl88 (Yannick de Lange)]]></dc:creator>
		<pubDate>Thu, 01 Jan 1970 06:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=40#comment-354</guid>
		<description><![CDATA[XML &lt; JSON :D, just made my data transfer for the game JSON only http://thanksmister.com/?p=40]]></description>
		<content:encoded><![CDATA[<p>XML &lt; JSON <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> , just made my data transfer for the game JSON only <a href="http://thanksmister.com/?p=40" rel="nofollow">http://thanksmister.com/?p=40</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

