Jq Usage: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 2: Line 2:


* [[jq#Subjects|jq]]
* [[jq#Subjects|jq]]
* [[jq Concepts]]


=Command Line Options=
=Command Line Options=

Revision as of 18:28, 1 March 2019

Internal

Command Line Options

-r

Output raw strings, not JSON content.

Universal Filters

Identity Filter .

Map Filters

Object Identifier-Index Filter .key

The filter expects a map and produces the value associated with the key given as argument of the filter, or null if there is no such object.

Array Filters