Can PS object be converted to JSON with PowerShell while preserving string value containing JSON?
I'm using PowerShell and am trying to convert a multi line string value which contains JSON into an object and them convert that PS object to JSON. I'm familiar with converting PowerShell Objects to JSON with single string values. Below…