1.92980.1 MB
GPL-2.0+
strict
core20
This is jo, a small utility to create JSON objects
jo is a command line utility for printing JSON objects
or arrays
It has a manual: https://github.com/jpmens/jo/blob/master/jo.md
$ 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
Update History
1.9 (298)13 Dec 2025, 09:47 UTC
23 Aug 2019, 20:50 UTC
20 Jun 2025, 10:35 UTC
13 Dec 2025, 09:47 UTC
