Hacker News new | ask | show | jobs
by HyperSane 1320 days ago
The greatest thing about powershell is that all commands returns structured output like this.
1 comments

Also, this tool is useful for using old unix commands in powershell: `jc … | ConvertFrom-Json` easily gives you powershell objects to work with.
That is a great idea!