Subject: CVS commit: pkgsrc/textproc/json2tsv
From: Leonardo Taccari
Date: 2022-09-05 22:53:44
Message id: 20220905205344.AFC6EFA90@cvs.NetBSD.org

Log Message:
json2tsv: Update to 1.0

Changes:
1.0
---
* add jaq: a convenience wrapper script:
  It wraps json2tsv, sets options for handling JSON data in a lossless manner
  and uses awk as a "query language".
* json2tsv.1: properly escape backslashes, thanks adc!

An example of jaq:

        echo '{"url":"https://codemadness.org/"}' |
                jaq '$1 == ".url" { print $3 }'

I want to also thank all people who gave feedback,

Files:
RevisionActionfile
1.9modifypkgsrc/textproc/json2tsv/Makefile
1.3modifypkgsrc/textproc/json2tsv/PLIST
1.10modifypkgsrc/textproc/json2tsv/distinfo