this post was submitted on 27 Mar 2026
2 points (100.0% liked)
Hacker News
4588 readers
419 users here now
Posts from the RSS Feed of HackerNews.
The feed sometimes contains ads and posts that have been removed by the mod team at HN.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This does make it distinctively less useful. I find quite a lot of the time I need filtering or transformations when doing complex stuff. Which when dealing with larger documents is becomes almost always. So the main benefit, it's speed, does not really matter if I cannot use it for a task. And if the only tasks I can use it on are simpler ones then I don't need its speed and it is not worth the effort to learn or use.
TBH I don't use jq much these days either. I switched to nushell a while back and it has native support for everything jq (and so this tool) can do. But I find it hard more intuitive to use. Every time I touch jq for anything more then just lookups I need to reread the docs to remember what the syntax is. In a much shorter time with nushell I don't need to do that anywhere near as often. Plus it works with yaml, toml and most formats.