A jq clone focussed on correctness, speed, and simplicity
jaq is a clone of the JSON data processing tool jq. jaq aims to support a large subset of jq's syntax and operations. jaq focuses on three goals: Correctness, Performance, and Simplicity
jaq is a clone of the JSON data processing tool jq. jaq aims to support a large subset of jq's syntax and operations. jaq focuses on three goals: Correctness, Performance, and Simplicity
To install jaq, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install jaq
To see what files were installed by jaq, run:
port contents jaq
To later upgrade jaq, run:
sudo port selfupdate && sudo port upgrade jaq
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.