learnbyexample@programming.dev to Linux@lemmy.mlEnglish · 29 days agoMastering jqcodefaster.substack.comexternal-linkmessage-square11linkfedilinkarrow-up137arrow-down16
arrow-up131arrow-down1external-linkMastering jqcodefaster.substack.comlearnbyexample@programming.dev to Linux@lemmy.mlEnglish · 29 days agomessage-square11linkfedilink
minus-squareMRIG@slrpnk.netlinkfedilinkarrow-up5·29 days agoIf you’re going to use jq to manipulate JSON I’d recommend a helper CLI tool like ijq. It allows you to experiment without needing too lines in your terminal history.
If you’re going to use
jq
to manipulate JSON I’d recommend a helper CLI tool likeijq
. It allows you to experiment without needing too lines in your terminal history.