whoareu@lemmy.ca to Programming@programming.devEnglish · 4 months agolast time when did you use Regular Expressions?message-squaremessage-square30fedilinkarrow-up128
arrow-up128message-squarelast time when did you use Regular Expressions?whoareu@lemmy.ca to Programming@programming.devEnglish · 4 months agomessage-square30fedilink
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.