Version1.9
Revision298
Size0.1 MB
LicenseGPL-2.0+
Confinementstrict
Basecore20
CategoriesUtilities

This is jo, a small utility to create JSON objects

Screenshot

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

Update History

1.9 (298)
13 Dec 2025, 09:47 UTC

Published23 Aug 2019, 20:50 UTC

Last updated20 Jun 2025, 10:35 UTC

First seen13 Dec 2025, 09:47 UTC