<?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 from PowerShell (but why?)</title>
	<atom:link href="http://huddledmasses.org/json-from-powershell-but-why/feed/" rel="self" type="application/rss+xml" />
	<link>http://huddledmasses.org/json-from-powershell-but-why/</link>
	<description>You can do more than breathe for free...</description>
	<lastBuildDate>Fri, 27 Apr 2012 12:40:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Joel 'Jaykul' Bennett</title>
		<link>http://huddledmasses.org/json-from-powershell-but-why/comment-page-1/#comment-213771</link>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
		<pubDate>Tue, 08 Dec 2009 17:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=1353#comment-213771</guid>
		<description>Well, the thing is, I didn&#039;t have to do much work to convert JSON to XML, because the JSON parser in the .Net framework is actually an implementation of the XmlReader class. So considering how easy (relatively speaking) it is to work with XML in PowerShell, that conversion is a no-brainer.  Outputting a hashtable or a custom object would actually require me to ... you know ... parse stuff myself.</description>
		<content:encoded><![CDATA[<p>Well, the thing is, I didn&#8217;t have to do much work to convert <span class="caps">JSON</span> to <span class="caps">XML</span>, because the <span class="caps">JSON</span> parser in the .Net framework is actually an implementation of the XmlReader class. So considering how easy (relatively speaking) it is to work with <span class="caps">XML</span> in PowerShell, that conversion is a no-brainer.  Outputting a hashtable or a custom object would actually require me to &#8230; you know &#8230; parse stuff myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hal Rottenberg</title>
		<link>http://huddledmasses.org/json-from-powershell-but-why/comment-page-1/#comment-213761</link>
		<dc:creator>Hal Rottenberg</dc:creator>
		<pubDate>Tue, 08 Dec 2009 03:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=1353#comment-213761</guid>
		<description>Generally, I agree with you that bolt-ons for JSON are pretty silly. KISS, that&#039;s what JSON is about.  Of course, I think that you are crazy for converting JSON to XML, that is overkill, too. :)  I&#039;d be happy with just a hashtable.  Well, I can imagine that a PSObject would be cool if you planned on writing some ETS methods or something. Otherwise, a hashtable is fine.</description>
		<content:encoded><![CDATA[<p>Generally, I agree with you that bolt-ons for <span class="caps">JSON</span> are pretty silly. <span class="caps">KISS</span>, that&#8217;s what <span class="caps">JSON</span> is about.  Of course, I think that you are crazy for converting <span class="caps">JSON</span> to <span class="caps">XML</span>, that is overkill, too.  <img src='http://huddledmasses.org/wordpress/wp-includes/' alt=':)' class='wp-smiley' />   I&#8217;d be happy with just a hashtable.  Well, I can imagine that a PSObject would be cool if you planned on writing some <span class="caps">ETS</span> methods or something. Otherwise, a hashtable is fine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

