Jq Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:
=Iteration=
=Iteration=


An iteration is pipeline content produced by the .[] filter, that converts and array into its individual elements.
An iteration is pipeline content produced by the [[Jq_Usage#Array-to-Iterator_Filter_.5B.5D|.[] filter]], that converts and array into its individual elements.


=Organizatorium=
=Organizatorium=

Revision as of 19:05, 1 March 2019

Internal

Pipeline Content

The pipeline flows primitives, maps and arrays.

Iteration

An iteration is pipeline content produced by the .[] filter, that converts and array into its individual elements.

Organizatorium

Conversion from a map to an array.

Conversion from array to a map?