Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
shortrounddev2
59 days ago
|
parent
|
context
|
favorite
| on:
Scripts I wrote that I use all the time
> Why prioritise node instead of jq?
In powershell I just do
> echo '{"foo": "bar"} | ConvertFrom-Json | ConvertTo-Json { "foo": "bar" }
But as a function
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
In powershell I just do
But as a function