Will we ever get JSON output for bash commands?
JSON has become a standard data interchange format now and almost all HTTP APIs operate using JSON. If we have JSON as output for bash commands, I think we can pass it to HTTP APIs or even use a CLI tool like JQ for json processing.
I certainly hope not! JSON is another flavor-of-the-month format, just like XML before it. I really wish people would stop messing with perfectly working software just to make it different. It almost never makes it better, on the contrary.
Bash is my favorite hammer in the box too :D