jo
command-line processor to output JSON from a shell
Install
- All systems
-
curl cmd.cat/jo.sh
- Debian
-
apt-get install jo - Ubuntu
-
apt-get install jo - Kali Linux
-
apt-get install jo - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install jo - OS X
-
brew install jo - Raspbian
-
apt-get install jo
jo
command-line processor to output JSON from a shell
jo creates a JSON string on stdout from words given it as arguments or read from stdin. It can generate both arrays and objects. Here is a short example: $ jo -p name=jo n=17 parser@0 { "name": "jo", "n": 17, "parser": false }