Skip to content

Instantly share code, notes, and snippets.

@ranadiprony
Created August 18, 2017 04:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ranadiprony/990bc746bd6a0fa96a91a44eed3c23f4 to your computer and use it in GitHub Desktop.
Save ranadiprony/990bc746bd6a0fa96a91a44eed3c23f4 to your computer and use it in GitHub Desktop.
Af
$jsonfile | ConvertTo-Json | % { [System.Text.RegularExpressions.Regex]::Unescape($_) } | Out-File "new.json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment