Welcome to MorphOS-Storage, a webserver dedicated to MorphOS users. ©2016-2025 Meta-MorphOS.org
Description:Command-line JSON processor.
Developer/Porter:Stefan Haubenthal
Homepage:https://stedolan.github.io/jq
Readme:
Short: Command-line JSON processor
Author: mu@netsoc.tcd.ie (Stephen Dolan)
Uploader: polluks+aminet sdf org (Stefan Haubenthal)
Type: text/misc
Version: 1.8.1
Architecture: ppc-morphos
URL: https://stedolan.github.io/jq

jq - commandline JSON processor [version 1.8.1]

Usage: jq [options] <jq filter> [file...]
jq [options] --args <jq filter> [strings...]
jq [options] --jsonargs <jq filter> [JSON_TEXTS...]

jq is a tool for processing JSON inputs, applying the given filter to
its JSON text inputs and producing the filter's results as JSON on
standard output.

The simplest filter is ., which copies jq's input to its output
unmodified except for formatting. For more advanced filters see
the jq(1) manpage ("man jq") and/or https://jqlang.org/.

Example:

$ echo '{"foo": 0}' | jq .
{
"foo": 0
}

For listing the command options, use jq --help.

Upload Date:Oct 30 2025
Category:Text/Misc
Download:jq-1.8.1.lha
Md5:cc4e5a392651aaa7e508094984ec3f0f
Size:2 MB
Downloads:9
Screenshot(s)
History
Last Comments