Skip to content

Instantly share code, notes, and snippets.

@sballarati
Last active January 19, 2016 13:29
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 sballarati/9eac04956c00d23e63e9 to your computer and use it in GitHub Desktop.
Save sballarati/9eac04956c00d23e63e9 to your computer and use it in GitHub Desktop.
Create a JSON file from a string
$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