Format Agnostic jQ -- process various formats with libjq
faq is a tool intended to be a more flexible jq, supporting additional formats. The additional formats are converted into JSON and processed with libjq. Supported formats:
- BSON
- Bencode
- JSON
- Property Lists
- TOML
- XML
- YAML
faq is a tool intended to be a more flexible jq, supporting additional formats. The additional formats are converted into JSON and processed with libjq. Supported formats:
- BSON
- Bencode
- JSON
- Property Lists
- TOML
- XML
- YAML
To install faq, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install faq
To see what files were installed by faq, run:
port contents faq
To later upgrade faq, run:
sudo port selfupdate && sudo port upgrade faq
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.