jo

Install latest/stable of jo

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install jo

Don't have snapd? Get set up for snaps.

Channel Version Published

This is jo, a small utility to create JSON objects

jo is a command line utility for printing JSON objects

$ jo -p name=jo n=17 parser=false
{
    "name": "jo",
    "n": 17,
    "parser": false
}

or arrays

$ seq 1 10 | jo -a
[1,2,3,4,5,6,7,8,9,10]

It has a manual: https://github.com/jpmens/jo/blob/master/jo.md

Details for jo

License
  • GPL-2.0+

Last updated
  • 10 November 2024 - latest/stable

Share this snap

Generate an embeddable card to be shared on external websites.


Install jo on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.