whoareu@lemmy.ca to Programming@programming.devEnglish · 4 months agolast time when did you use Regular Expressions?message-squaremessage-square34fedilinkarrow-up127arrow-down12
arrow-up125arrow-down1message-squarelast time when did you use Regular Expressions?whoareu@lemmy.ca to Programming@programming.devEnglish · 4 months agomessage-square34fedilink
minus-squarewhoareu@lemmy.caOPlinkfedilinkarrow-up3·4 months agoAWK doesn’t work with json IIRC. You have to use jq to deal with json.
minus-squareNostraDavid@programming.devlinkfedilinkarrow-up1·4 months 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.
jq
is dope, but that language still feels pretty confusing IMO.