ConvertTo-Json and ConvertFrom-Jason with special characters
问题 I have a file containing some properties which value of some of them contains escape characters, for example some Urls and Regex patterns. When reading the content and converting back to the json, with or without unescaping, the content is not correct. If I convert back to json with unescaping, some regular expression break, if I convert with unescaping, urls and some regular expressions will break. How can I solve the problem? Minimal Complete Verifiable Example Here are some simple code