Thursday, 17 August 2017

Un-Escape Special Characters in ConverTTo-Json

$jsondata | ConvertTo-Json | % { [System.Text.RegularExpressions.Regex]::Unescape($_) } | Out-File "File.json" -Force

No comments:

Post a Comment