kionite231 to Programming@programming.devEnglish · 2 years agolast time when did you use Regular Expressions?message-squaremessage-square33linkfedilinkarrow-up127arrow-down12
arrow-up125arrow-down1message-squarelast time when did you use Regular Expressions?kionite231 to Programming@programming.devEnglish · 2 years agomessage-square33linkfedilink
minus-squarekionite231OPlinkfedilinkarrow-up3·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.