[ol7_developer_EPEL] jo-1.4-1.el7.x86_64

Name:jo
Version:1.4
Release:1.el7
Architecture:x86_64
Group:Unspecified
Size:55623
License:GPLv2+ and MIT and Public Domain
RPM: jo-1.4-1.el7.x86_64.rpm
Source RPM: jo-1.4-1.el7.src.rpm
Build Date:Tue Mar 09 2021
Build Host:host-100-100-224-18.blddevtest1iad.osdevelopmeniad.oraclevcn.com
Vendor:Oracle America
URL:https://github.com/jpmens/jo
Summary:Small utility to create JSON objects
Description:
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]

Filelist (Show Changelog) (Show related packages)