I've recently switched from using jq to jaq for the occasional command line JSON processing. And since I'm only crafting small filters, I have to refer to jq's documentation, especially it's man page, regularly.
$ whatis jaq
jaq: nothing appropriate.
Documentation for the jaq command line options and maybe some examples should probably go into section 1 man page. I think most of the language documentation could be copied from jq under its CC license, amended and put into section "3 Library Calls" or "5 File formats and configuration files", I'm not sure what would be more appropriate.
I've recently switched from using
jqtojaqfor the occasional command line JSON processing. And since I'm only crafting small filters, I have to refer tojq's documentation, especially it's man page, regularly.Documentation for the jaq command line options and maybe some examples should probably go into section 1 man page. I think most of the language documentation could be copied from
jqunder its CC license, amended and put into section "3 Library Calls" or "5 File formats and configuration files", I'm not sure what would be more appropriate.