8000 GitHub - jaytaph/jo: JSON output from a shell
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jaytaph/jo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jo

jo logo

This is jo, a small utility to create JSON objects

$ jo -p name=jo n=17 parser@0
{
    "name": "jo",
    "n": 17,
    "parser": false
}

or arrays

$ seq 1 10 | jo -a
[1,2,3,4,5,6,7,8,9,10]

To build it, type make. It has a manual, and you can read why I wrote jo.

About

JSON output from a shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.7%
  • Roff 8.4%
  • Makefile 0.9%
0