Jake6329
Jake6329
These days, new unix/linux CLI tools are coming out supporting JSON outputs. Would it make sense to create a json function that can parse JSON outputs?
I can imagine there would a command named `json` which could be used like this: $ curl http://echo.jsontest.com/key1/value1 | json key1 The `curl` command outputs `{"key1": "value1"}`. The whole command...
@sharkdp `jq` seems to cover my use cases. Cool, thanks.
I tried the suggested command, but I don't have the necessary knowledge on `webpack` to debug the issue. And then I looked up for `Vite` and it seems to be...