JSON to Structured XML through Powershell troubles…
May 16, 2010 · Posted in Uncategorized · 1 Comment
The following code is my attempt to be clever. My desired end result is to convert a JSON stream from a web service into an object, which can then be accessed using dot notation and then easily manipulated into XML or for other uses.

