Package jo
Small utility to create JSON objects
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]
Version: 1.9
General Commands | |
jo | JSON output from a shell |