8000 GitHub - storenth/jo at v0.3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

storenth/jo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
< 8000 div class="react-directory-filename-column">
 
 
 
 
 
 
 
 
 
 
 
 

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]

It has a manual, and you can read why I wrote jo.

Build from Github

To install from the repository, you will need a C compiler as well as a relatively recent version of automake and autoconf.

git clone git://github.com/jpmens/jo.git
cd jo
autoreconf -i
./configure
make check
make install

Build from Release tarball

You will need a C compiler to install from a source tarball.

tar xvzf jo-0.?.tar.gz
cd jo-0.?
./configure
make check
make install

About

JSON output from a shell

Resources

License

Stars

Watchers

Forks

Packages

No packages published
3C5A

Languages

  • C 54.3%
  • Shell 27.8%
  • Roff 11.6%
  • Meson 2.3%
  • Makefile 2.2%
  • M4 1.6%
  • Dockerfile 0.2%
0