learnbyexample@programming.dev to Linux@lemmy.mlEnglish · 3 days agoMastering jqcodefaster.substack.comexternal-linkmessage-square12fedilinkarrow-up136arrow-down16
arrow-up130arrow-down1external-linkMastering jqcodefaster.substack.comlearnbyexample@programming.dev to Linux@lemmy.mlEnglish · 3 days agomessage-square12fedilink
minus-squareMRIG@slrpnk.netlinkfedilinkarrow-up5·2 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.