Monthly Archives: December 2009

JSON Serialization/Deserialization in PowerShell

Since PowerShell is based on .NET and makes it easy to access .NET functionality, PowerShell can use JSON serializer that comes with .NET.  The follow snippet of code shows how to deserialize a JSON string into an XML object and … Continue reading

Posted in PowerShell 2.0 | 9 Comments