Viewing profile — preferjq
preferjq
HN member- Joined
- Tue, Apr 26, 2022, 7:39 PM UTC
- HN karma
- 14
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About preferjq
No profile information was provided.
Recent public activity
-
comment
Comment #31173094
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.
-
comment
Comment #31172940
Here is a straightforward jq translation def stores: [ { "store number" : 1, "state" : "MA" }, { "store number" : 2, "state" : "MA" }, { "store number" : 3, "state" : "CA" }, { "st…
-
comment
Comment #31172753
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 …
-
comment
Comment #31172512
"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 wit…