Skip to content

Instantly share code, notes, and snippets.

@PrateekKumarSingh
Created June 7, 2019 00:48
Show Gist options
  • Save PrateekKumarSingh/ca1cf89e0ea9738fd0d90ae70503c6a1 to your computer and use it in GitHub Desktop.
Save PrateekKumarSingh/ca1cf89e0ea9738fd0d90ae70503c6a1 to your computer and use it in GitHub Desktop.
$data = irm https://raw.githubusercontent.com/PowerShellAsia/PSConfAsia2019/master/data.json -Verbose
@('',1,2).foreach({$data."Tracks$_".Sessions.speaker.name.trim()}) | ?{![string]::IsNullOrWhiteSpace($_)} | select -Unique
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment