klogHomeTagsSeriesArchivesSearchJSON i jq – filtrowanieCreated: 2024-05-10 (2 years ago)$ head state_data.json | jq -n '["houston", "austin", "dallas"] as $whitelist | ($whitelist | map( {(.): true} ) | add) as $dictionary | inputs | select($dictionary[.state])' More informationRecommended contentRefsTaxonomyjsonjqRelated Postsjq – JSON do CSVCSV do JSON