| Name: | jo | 
|---|---|
| Version: | 1.6 | 
| Release: | 1.el8 | 
| Architecture: | aarch64 | 
| Group: | Unspecified | 
| Size: | 97510 | 
| License: | GPLv2+ | 
| RPM: | jo-1.6-1.el8.aarch64.rpm | 
| Source RPM: | jo-1.6-1.el8.src.rpm | 
| Build Date: | Fri Jan 14 2022 | 
| Build Host: | build-ol8-aarch64.oracle.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] | 
- Update to 1.6 (close RHBZ#2037114)
- Change License to effective license of “GPLv2+”
- Drop EPEL7 support in the currrent spec file
- Reduce macro indirection in the spec file
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Improved source URL (better tarball name)
- Initial package