json
1 TopicConvertFrom-Json with content like $$ or $^
trying figure out on how I can store $$ and $^ in a json object or file and then convert it from JSON to a customObject with the right content in PowerShell But seemingly I have no option to escape the $$ in the same way as the \ on the json side And also no parameter for ConvertFrom-Json @" { "bla": "^$$WS\\:$^W'" } "@ | ConvertFrom-Json Did anyone have the same problem and was able to solve it?Solved1KViews0likes2Comments