PowerShell Custom Object to and from JSON

1 · Hayato Iriumi · July 4, 2019, 10:46 p.m.
Imagine a situation where you need to keep some complex data and want to be able to work with it in PowerShell. Traditionally, we used XML but JSON is much lighter way to do it. There are situations where you want to deal with complex data within your script. Let’s try a basic PSCustomObject. When … Continue reading "PowerShell Custom Object to and from JSON"...