Version: 1.6, Package name: jo-1.6 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description jo creates a JSON string on stdout from words given it as arguments or read from stdin. Without option -a it generates an object whereby each word is a key=value (or key@value) pair with key being the JSON object element and value its value. jo attempts to guess the type of value in order to create number (using strtod(3)), string, or null values in JSON. |
Filesize: 148.38 KB |
Version History (View Complete History) |
|
2021-01-14 14:55:22 by Frederic Cambus | Files touched by this commit (23) |
Log message: Drop maintainership. |
2020-07-19 13:18:33 by Frederic Cambus | Files touched by this commit (3) |
Log message: Update jo to 1.4. |
2019-11-04 02:17:19 by Frederic Cambus | Files touched by this commit (2) |
Log message: Update jo to 1.3. |
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-27 06:27:54 by Frederic Cambus | Files touched by this commit (1) |
Log message: Remove hardcoded optimization (-O2) flag. |
2018-12-11 02:58:39 by Frederic Cambus | Files touched by this commit (2) |
Log message: Update jo to 1.2 and switch HOMEPAGE to HTTPS. |
2017-05-20 05:25:15 by Frederic Cambus | Files touched by this commit (3) |
Log message: Update jo to 1.1. |
2016-09-22 06:57:18 by Frederic Cambus | Files touched by this commit (24) |
Log message: Update my mail address |
2016-03-11 15:52:03 by Adam Wolk | Files touched by this commit (2) |
Log message: Update to textproc/jo-1.0 from Frederic Cambus (MAINTAINER) The port is now pledged & uses strlcpy instead of strcpy. OK abieber@ |