• whoareuOP
    link
    fedilink
    arrow-up
    3
    ·
    3 days ago

    AWK doesn’t work with json IIRC. You have to use jq to deal with json.

    • NostraDavid@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      2 days ago

      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.