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
2024-04-11 15:29:39 GMT
Size
122.02 KB
38334e36a83cfd0afe291e7d98f692d6
License
GPL-2.0-or-later AND MIT AND LicenseRef-Fedora-Public-Domain