{"slug":"jq","domain":"data","title":"JSON filter","summary":"Filter and reshape JSON, the way every program here emits it.","help":"jq: filter and reshape JSON.\n\nUSAGE\n  jq [-c] [-r] FILTER [FILE]...\n\n  Reads stdin when given no file, which is how it is nearly always used:\n  `biotech drug label X | jq -r '.data.route'`.\n\nRETURNS\n  JSON on stdout, or raw strings with `-r`.\n\nWHY IT MATTERS HERE\n  Programs emit JSON one object per line precisely so this composes across\n  them. Two programs that were never designed together join through jq without\n  a schema for the join.","example_command":"biotech drug label semaglutide | jq -r '.data.route'","example_output":"","cost_class":"cached-read","tier":"free","price_per_1k_calls":0,"price_is_from":false,"status":"available","commands":["jq"],"default_enabled":true,"first_seen":"2026-09-09T04:30:35.160951Z","enabled":false}
