Jq: Difference between revisions

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


  brew install jq
  brew install jq
=Options=
==-r==
Output raw strings, not JSON content.

Revision as of 00:07, 24 January 2018

External

Internal

Overview

Installation

Mac

brew install jq

Options

-r

Output raw strings, not JSON content.