kionite231@lemmy.cadeleted by creator to Programming@programming.devEnglish · 2 years agolast time when did you use Regular Expressions?message-squaremessage-square30linkfedilinkarrow-up116arrow-down11
arrow-up115arrow-down1message-squarelast time when did you use Regular Expressions?kionite231@lemmy.cadeleted by creator to Programming@programming.devEnglish · 2 years agomessage-square30linkfedilink
minus-squarekionite231@lemmy.cadeleted by creatorOPlinkfedilinkarrow-up2·2 years agoAWK doesn’t work with json IIRC. You have to use jq to deal with json.
minus-squareNostraDavid@programming.devlinkfedilinkarrow-up1·2 years agoWhile yes, the way I had it structured looked like a CSV if you squinted a little, I do fully agree AWK can’t be used for just any old JSON. jq is dope, but that language still feels pretty confusing IMO.
AWK doesn’t work with json IIRC. You have to use jq to deal with json.
While yes, the way I had it structured looked like a CSV if you squinted a little, I do fully agree AWK can’t be used for just any old JSON.
jqis dope, but that language still feels pretty confusing IMO.