Skip to content

Instantly share code, notes, and snippets.

@murven
Created May 22, 2018 10:39
Show Gist options
  • Save murven/cc23986cc207d3969f3b1f0eb5f8f6f6 to your computer and use it in GitHub Desktop.
Save murven/cc23986cc207d3969f3b1f0eb5f8f6f6 to your computer and use it in GitHub Desktop.
Load JSON files as objects
Get-ChildItem -Filter *.json | Get-Content -Raw | ConvertFrom-Json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment