wsjq VS jiq

Compare wsjq vs jiq and see what are their differences.

wsjq

Whitespace interpreter and debugger in jq (by thaliaarchi)

jiq

jid on jq - interactive JSON query tool using jq expressions (by fiatjaf)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
wsjq jiq
2 5
13 900
- -
6.8 0.0
25 days ago over 1 year ago
jq Go
Mozilla Public License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

wsjq

Posts with mentions or reviews of wsjq. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-26.
  • Zq: An Easier (and Faster) Alternative to Jq
    36 projects | news.ycombinator.com | 26 Apr 2022
  • An Introduction to JQ
    10 projects | news.ycombinator.com | 24 Aug 2021
    jq is unsurprisingly Turing complete, so I wrote a Whitespace interpreter[0] in jq. It is able to handle real-time I/O by requesting lines on-demand from stdin, which is the main input source, with `input` and outputting strings in a stream.

    With a relatively large jq program like that, it is critical that the main recursive loop run efficiently, so it's annoying that there's no way to detect whether tail call optimization was applied, other than benchmarking. It would also be nice if object values were lazily evaluated so that it would be possible to create ad hoc switches.

    [0]: https://github.com/andrewarchi/wsjq

jiq

Posts with mentions or reviews of jiq. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-16.

What are some alternatives?

When comparing wsjq and jiq you can also consider the following projects:

jid - json incremental digger

fx - Terminal JSON viewer & processor

kubectl-jq - Kubectl plugin that works like "kubectl get" but runs everything through a JQ program you provide

rq - Record Query - A tool for doing record analysis and transformation

yamlpath - YAML/JSON/EYAML/Compatible get/set/merge/validate/scan/convert/diff processors using powerful, intuitive, command-line friendly syntax.

dasel - Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package.

jql - Easy JSON Query Processor with a Lispy syntax in Go

opensource-management-portal - Microsoft's monolithic, opinionated Open Source Management Portal enabling enterprise scale self-service powered by the GitHub API 🏔🧑‍💻🧰

jqplay - A CLI-friendly, offline playground for jq and JMESPath, written in Go

json-logs - A tool to pretty-print JSON logs, like those from zap or logrus.

gron - Make JSON greppable!