How to Install jo in Ubuntu 18.04



Install jo by entering the following commands in the terminal:

sudo apt update
sudo apt install jo

Description:

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 }

Homepage: https://github.com/jpmens/jo

Version: 1.1-1

Section: universe/utils