I would love to see jq libraries become as common as regex libraries so I could use jq directly in whatever stack or environment I'm working on.
Here is a straightforward jq translation def stores: [ { "store number" : 1, "state" : "MA" }, { "store number" : 2, "state" : "MA" }, { "store number" : 3, "state" : "CA" }, { "store number" : 4, "state" : "CA" } ];…
I completely agree when your goal is GSD just use the tools you have. When you have time to sharpen the saw come back and dig into the details of how jq and tools like it work and where their limits are. Looking at the…
"cobbled-together" jq as it often appears in the wild will often compare badly with crafted solutions because the writer's goal is usually GSD and not write pretty code. People with the time and inclination to slow down…
I would love to see jq libraries become as common as regex libraries so I could use jq directly in whatever stack or environment I'm working on.
Here is a straightforward jq translation def stores: [ { "store number" : 1, "state" : "MA" }, { "store number" : 2, "state" : "MA" }, { "store number" : 3, "state" : "CA" }, { "store number" : 4, "state" : "CA" } ];…
I completely agree when your goal is GSD just use the tools you have. When you have time to sharpen the saw come back and dig into the details of how jq and tools like it work and where their limits are. Looking at the…
"cobbled-together" jq as it often appears in the wild will often compare badly with crafted solutions because the writer's goal is usually GSD and not write pretty code. People with the time and inclination to slow down…