Splitting lines works *if* the delimiter is consistent, but lol when is it ever?
I’ve had some success with `perl -ne` for one-liners when parsing out values. It’s like awk but with more regex power.
For nested stuff, I just cry a little and then use `jq`.
I’ve had some success with `perl -ne` for one-liners when parsing out values. It’s like awk but with more regex power.
For nested stuff, I just cry a little and then use `jq`.
