Skip to content

Conversation

webholik
Copy link
Contributor

@webholik webholik commented Mar 2, 2023

Before:

$body = "{`n        `"hello`": `"Wirld`",`n        `"this`": [`n            `"that`",`n            `"`$when`",`n            `"as`"`n        ]`n    }"

After:

$body = @"
{
        `"hello`": `"Wirld`",
        `"this`": [
            `"that`",
            `"`$when`",
            `"as`"
        ]
    }
"@

@webholik webholik requested a review from dhwaneetbhatt March 2, 2023 09:56
@webholik webholik merged commit b0174f9 into develop Mar 2, 2023
@dhwaneetbhatt dhwaneetbhatt deleted the feature/powershell-quotes branch March 16, 2023 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants