PowerShell: Write-Json
I needed to write a Json object in human readable format. This is my solution to this problem.
The `$json` parameter expects a Json object, returned from `ConvertFrom-Json`.
I needed to write a Json object in human readable format. This is my solution to this problem.
The `$json` parameter expects a Json object, returned from `ConvertFrom-Json`.