Spyke
cerementreply
slrpnk.net

oh hey, a project that actually has a manual to read

3

Both are bad. Make it readable.

And if you often resort to jq, better use python or at least something like nushell.

3

If you're going to use jq to manipulate JSON I'd recommend a helper CLI tool like ijq. It allows you to experiment without needing too lines in your terminal history.

5
lemmy.ml

I’m curious if anyone else has considered using nushell for these things? Probably not for everything (or to replace one’s shell) but it definitely is simpler for basic tasks.

3
lemmy.world

I asked an LLM to write a jq scriptlet for me today. It wasn't even complicated, it just beat working it out/trying to craft the write string to search Stackoverflow for.

-9
lemmy.sdf.org

I tried and failed to get an LLM to write jq code to do a regex based matcher for finding if one json object was a subset of another.

Gave up and learned it enough to get it going. jq is nutso powerful.

3
FishFacereply
lemmy.world

I don't understand how regex comes into it? Sounds tricky though!

1

Basically "does this JSON object contain at least these two properties, and is the value of one particular properties a string of digits followed by the letter 'Z'", for example.

2

You reached the end

Mastering jq | Spyke