Comment on Bringing the Unix Philosophy to the 21st Century
dotslashme@infosec.pub 11 months ago
Not to piss on anyones parade here, but grepping something out of a json structure is one of the most asked questions for jq as well. Of course json is nice, but if the goal is to simplify data extraction, I’m not sure much will be gained by this.
As far as reducing the toolchain necessary to extract the same data, this is a welcome addition.
platypus_plumba@lemmy.world 11 months ago
I’ve never been able to successfully write a jq command without having to Google it. It is something so complex and I do it ofter, so I just forget everything I learned.
I hope they figure out something with more I tuitive syntax, something SQL-like that people can write without having to look at a manual.
Anyways, AI is here, so. pretty soon we’ll just translate natural text to whatever overly complex language there is.
I’m sure I’ll get replies of people saying jq is easy. It isn’t for me, right now I can t even remember how to filter and create associations between objects. I think I’ll just start writing small python apps to process JSON. A bit longer but at least I can maintain it. The only issue is that Python is too heavy… I’ll figure something out.