<?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: Iterating through objects, the easy way</title>
	<atom:link href="http://mlntn.com/2008/05/08/javascript-iterating-through-objects-the-easy-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://mlntn.com/2008/05/08/javascript-iterating-through-objects-the-easy-way/</link>
	<description>Maniacal musings of a pixel perfectionist</description>
	<lastBuildDate>Mon, 05 Jul 2010 15:35:47 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: IncludE</title>
		<link>http://mlntn.com/2008/05/08/javascript-iterating-through-objects-the-easy-way/comment-page-1/#comment-6</link>
		<dc:creator>IncludE</dc:creator>
		<pubDate>Tue, 29 Jul 2008 13:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://mlntn.com/?p=18#comment-6</guid>
		<description>Good, I resolve this problem this night!!!
But I have always a recurent problem, how iterate on object like {}, builted WITH any properties as {} ?

var Obj = {
  display:true,
  infos:{
    name:&#039;Mine&#039;,
    address: &#039;mine@me.net&#039;,
    others:{
      again:false,
      alast:&#039;acidgreen&#039;
    }
  }
}

You see that !

Thanks for your job.</description>
		<content:encoded><![CDATA[<p>Good, I resolve this problem this night!!!<br />
But I have always a recurent problem, how iterate on object like {}, builted WITH any properties as {} ?</p>
<p>var Obj = {<br />
  display:true,<br />
  infos:{<br />
    name:&#8217;Mine&#8217;,<br />
    address: &#8216;mine@me.net&#8217;,<br />
    others:{<br />
      again:false,<br />
      alast:&#8217;acidgreen&#8217;<br />
    }<br />
  }<br />
}</p>
<p>You see that !</p>
<p>Thanks for your job.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
