Last active
January 19, 2016 13:29
-
-
Save sballarati/9eac04956c00d23e63e9 to your computer and use it in GitHub Desktop.
Create a JSON file from a string
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$json = @' | |
some json multi-line string goes here | |
'@; | |
$json | Out-File settings.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment