<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>PowerShellJSON Forum Rss Feed</title><link>http://www.codeplex.com/PowerShellJSON/Thread/List.aspx</link><description>PowerShellJSON Forum Rss Description</description><item><title>New Post: Question on the ps1 files</title><link>http://powershelljson.codeplex.com/Thread/View.aspx?ThreadId=69734</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;That site is now in my Google Reader. Awesome stuff.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;TBH, never worked with WPF before. When I said &amp;quot;to see if I still know how C# works&amp;quot;, I meant that it's been summer vacation. Back to college now :P&lt;/p&gt;&lt;/div&gt;</description><author>WebDevHobo</author><pubDate>Tue, 22 Sep 2009 23:47:06 GMT</pubDate><guid isPermaLink="false">New Post: Question on the ps1 files 20090922114706P</guid></item><item><title>New Post: Question on the ps1 files</title><link>http://powershelljson.codeplex.com/Thread/View.aspx?ThreadId=69734</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;http://dougfinke.com/blog/index.php/2009/09/02/how-to-host-powershell-in-a-wpf-application/&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>dfinke</author><pubDate>Tue, 22 Sep 2009 23:24:12 GMT</pubDate><guid isPermaLink="false">New Post: Question on the ps1 files 20090922112412P</guid></item><item><title>New Post: Question on the ps1 files</title><link>http://powershelljson.codeplex.com/Thread/View.aspx?ThreadId=69734</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Sadly not, what you see are 2 textarea's.&lt;/p&gt;
&lt;p&gt;Enter JSON on the left, hit transform and the Powershell code shows up on the right.&lt;/p&gt;
&lt;p&gt;I made this up real quick with VS2008.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hosting Powershell inside the winform? To be honest, I would have never even considered such a thing to be possible.&lt;/p&gt;&lt;/div&gt;</description><author>WebDevHobo</author><pubDate>Tue, 22 Sep 2009 22:03:45 GMT</pubDate><guid isPermaLink="false">New Post: Question on the ps1 files 20090922100345P</guid></item><item><title>New Post: Question on the ps1 files</title><link>http://powershelljson.codeplex.com/Thread/View.aspx?ThreadId=69734</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Nice. Are you hosting PowerShell in the Winform app?&lt;/p&gt;&lt;/div&gt;</description><author>dfinke</author><pubDate>Tue, 22 Sep 2009 21:09:32 GMT</pubDate><guid isPermaLink="false">New Post: Question on the ps1 files 20090922090932P</guid></item><item><title>New Post: Question on the ps1 files</title><link>http://powershelljson.codeplex.com/Thread/View.aspx?ThreadId=69734</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks for the quick reply.&lt;/p&gt;
&lt;p&gt;By the way, I downloaded the source files and made a small app to test if I still know how C# works :P&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://i637.photobucket.com/albums/uu91/Vordreller/JSON-Powershell.png"&gt;http://i637.photobucket.com/albums/uu91/Vordreller/JSON-Powershell.png&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Insert JSON left, get Powershell right. Pretty fun.&lt;/p&gt;&lt;/div&gt;</description><author>WebDevHobo</author><pubDate>Tue, 22 Sep 2009 20:57:04 GMT</pubDate><guid isPermaLink="false">New Post: Question on the ps1 files 20090922085704P</guid></item><item><title>New Post: Question on the ps1 files</title><link>http://powershelljson.codeplex.com/Thread/View.aspx?ThreadId=69734</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Great question. I wrote the two many months apart.&lt;/p&gt;
&lt;p&gt;My need for ConvertFrom did not require me to pipe data into it.&lt;/p&gt;
&lt;p&gt;When I built ConvertTo it was more natural to pipe the data so I used Filter.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;hth&lt;/p&gt;
&lt;p&gt;Doug&lt;/p&gt;&lt;/div&gt;</description><author>dfinke</author><pubDate>Tue, 22 Sep 2009 19:43:42 GMT</pubDate><guid isPermaLink="false">New Post: Question on the ps1 files 20090922074342P</guid></item><item><title>New Post: Question on the ps1 files</title><link>http://powershelljson.codeplex.com/Thread/View.aspx?ThreadId=69734</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm pretty new to Powershell, but I'm gonna ask anyway: the ConvertFrom file declares itself a function, while the ConvertTo file declares itself a filter. Why are they not both filters or functions?&lt;/p&gt;&lt;/div&gt;</description><author>WebDevHobo</author><pubDate>Tue, 22 Sep 2009 15:52:45 GMT</pubDate><guid isPermaLink="false">New Post: Question on the ps1 files 20090922035245P</guid></item><item><title>New Post: Why not create the object?</title><link>http://powershelljson.codeplex.com/Thread/View.aspx?ThreadId=63349</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks for the suggestions. I checked in the changes.&lt;/p&gt;
&lt;p&gt;IIRC my rationale for generating the new objects only was because to turn it into running objects I would only need to pipe it to ' | Invoke-Expression'.&lt;/p&gt;
&lt;p&gt;In my private testing I was saving the text output of the ConvertFrom-JSON to a file or passing it to other scripts.&lt;/p&gt;
&lt;p&gt;The changes are checked in and there is a [switch]$raw argument.&lt;/p&gt;
&lt;p&gt;By default the objects are invoked. Pass in -raw and you get the the text.&lt;/p&gt;&lt;/div&gt;</description><author>dfinke</author><pubDate>Mon, 27 Jul 2009 00:19:47 GMT</pubDate><guid isPermaLink="false">New Post: Why not create the object? 20090727121947A</guid></item><item><title>New Post: Why not create the object?</title><link>http://powershelljson.codeplex.com/Thread/View.aspx?ThreadId=63349</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Good question. That was two years ago. I was just getting my feet under me with PoSh.&lt;/p&gt;
&lt;p&gt;I will have a look.&lt;/p&gt;&lt;/div&gt;</description><author>dfinke</author><pubDate>Thu, 23 Jul 2009 23:57:13 GMT</pubDate><guid isPermaLink="false">New Post: Why not create the object? 20090723115713P</guid></item><item><title>New Post: Why not create the object?</title><link>http://powershelljson.codeplex.com/Thread/View.aspx?ThreadId=63349</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Why does the script only produce the text commands needed to make the new objects? &amp;nbsp;Why not go aehad with that last step? &amp;nbsp;Just seemed an odd choice to me, and trivial to change.&lt;/p&gt;&lt;/div&gt;</description><author>halr9000</author><pubDate>Thu, 23 Jul 2009 18:05:02 GMT</pubDate><guid isPermaLink="false">New Post: Why not create the object? 20090723060502P</guid></item></channel></rss>