====== jq - json query ====== * [[https://github.com/jqlang/jq|jq]] * [[javascript:json|JSON]] * [[linux:jo|jo]] ===== 조합 ===== * https://github.com/kellyjonbrazil/jc : linux 명령의 결과를 json 으로 만들어줌 ===== 옵션 ===== * ''-r'' : 추출하는 값이 문자열일 때 쌍따옴표(''"'')를 없앤다. ===== Plugins ===== * [[https://github.com/ldd/vscode-jq|vscode-jq]] * https://jqplay.org * [[https://github.com/bfrg/vim-jqplay|bfrg/vim-jqplay: Run jq interactively in Vim]] ===== 참조 ===== * [[https://www.44bits.io/ko/post/cli_json_processor_jq_basic_syntax|커맨드라인 JSON 프로세서 jq : 기초 문법과 작동원리 | 44BITS]] * [[https://stedolan.github.io/jq/tutorial/|Tutorial]] * [[https://github.com/fiatjaf/awesome-jq|fiatjaf/awesome-jq: A curated list of awesome jq tools and resources.]] * [[https://awesomeopensource.com/project/fiatjaf/awesome-jq|Awesome Jq]] * [[https://www.cyberciti.biz/faq/how-to-convert-json-to-csv-using-linux-unix-shell/|How to convert JSON to CSV using Linux / Unix shell - nixCraft]] : ''jq''로 csv 생성