Difference between revisions of "Select"

From wikieduonline
Jump to navigation Jump to search
(Created page with " jq '.[] | select(.color=="blue")' your_json_file.json select (SQL)")
Tags: Mobile web edit, Mobile edit
 
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
  
  jq '.[] | [[select]](.color=="blue")' your_json_file.json
+
  [[jq]] '.[] | [[select]](.color=="blue")' your_json_file.json
 
  select ([[SQL]])
 
  select ([[SQL]])

Revision as of 06:45, 15 April 2020

jq '.[] | select(.color=="blue")' your_json_file.json
select (SQL)

Advertising: