% BROWSE-JSON(1) Version 3.0.1 | Scripts Documentation % Georg Voell - georg.voell@oracle.com % (c)2020 Oracle NAME ==== **browse-json** - (BASH Script) Browse through JSON records and print all or single values. SYNOPSIS ======== | **browse-json** \[_options_] \[_key_] DESCRIPTION =========== Browse through JSON records and print all or single values. Options ------- '-h, --help' : Displays helptext. '-v, \--version'          : Displays the version of the script. '-o, \--output' _string_          : Output format: _string_ can be "plain", "keys" or "json". '-f, \--filename' _string_         : JSON file to read from - if not specified, read from stdin. Key ------- This script can be called with an optional parameter "key" (otherwise it prints out all keys). EXIT CODES ========== 01: Unknown or wrong parameter. 02: **curl** not found. This script needs **curl** to perform. 03: No **jq** or wrong version of **jq**. This script needs **jq** to format "json". 04: Error in JSON file. 99: User interrupt.