jo

JSON output from a shell

  • 所有者: jpmens/jo
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

jo

jo logo

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]

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

Build from Release tarball

To build from a release you will need a C compiler to install from a source tarball which you download from the Releases page.

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

Build from Github

Build Status

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

Homebrew

brew install jo

Ubuntu

apt-get install jo

Gentoo

emerge jo

Snap

Thanks to Roger Light, jo is available as a snap package. Use snap install jo from a Linux distro that supports snaps.

Others

See also

Credits

主要指标

概览
名称与所有者jpmens/jo
主编程语言C
编程语言C (语言数: 7)
平台
许可证Other
所有者活动
创建于2016-03-04 12:22:01
推送于2025-06-20 09:47:47
最后一次提交2025-06-20 11:47:39
发布数17
最新版本名称1.9 (发布于 )
第一版名称v0.3 (发布于 )
用户参与
星数4.8k
关注者数57
派生数159
提交数306
已启用问题?
问题数138
打开的问题数5
拉请求数73
打开的拉请求数1
关闭的拉请求数7
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?