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
2023-12-17 11:08:55 GMT
Size
122.27 KB
d7e45efa81789d33c6e77297231dd75b
License
GPL-2.0-or-later AND MIT AND LicenseRef-Fedora-Public-Domain