I need to integrate an existing powershell script to update it\'s status via a restful web service that returns json. I\'m a bit new to powershell but I was able to find the
You could use DataContractJsonSerializer, which is a part of standard .Net library.