Skip to content

Instantly share code, notes, and snippets.

@non-static
Created March 6, 2023 18:40
Show Gist options
  • Save non-static/163d081073ddc4431651818f10ec98ab to your computer and use it in GitHub Desktop.
Save non-static/163d081073ddc4431651818f10ec98ab to your computer and use it in GitHub Desktop.
How to format json file with PowerShell? #I-hate-powershell#
Get-Content jsonfile.json | ConvertFrom-Json | ConvertTo-Json -Depth 100 | Set-Content -Path newfile.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment