This is jo, a small utility to create 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]
Build Time
2022-11-08 18:48:57 GMT
Size
76.75 KB
b1dccdfe74e985816fdd7b935a9efe6b
License
GPL-2.0-or-later AND MIT AND LicenseRef-Fedora-Public-Domain