Skip to content

Instantly share code, notes, and snippets.

@bielawb
Created January 31, 2023 22:50
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 bielawb/4d171828c75bf817ae8166c949327a02 to your computer and use it in GitHub Desktop.
Save bielawb/4d171828c75bf817ae8166c949327a02 to your computer and use it in GitHub Desktop.
ConvertFrom-Json działa
'[ { "foo": "bar" }, { "foo": "nob" } ]' | ConvertFrom-Json
<#
foo
---
bar
nob
#>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment