counsel-jq VS jackson-jq

Compare counsel-jq vs jackson-jq and see what are their differences.

counsel-jq

Traverse complex JSON and YAML structures with live feedback (by 200ok-ch)

jackson-jq

jq for Jackson Java JSON Processor (by eiiches)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
counsel-jq jackson-jq
3 2
122 270
0.8% -
0.0 5.3
10 months ago 7 days ago
Emacs Lisp Java
GNU General Public License v3.0 only GNU General Public License v3.0 or later
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.

counsel-jq

Posts with mentions or reviews of counsel-jq. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-06.
  • jq 1.7 Released
    33 projects | news.ycombinator.com | 6 Sep 2023
    Didn’t know this. Thanks for the tip!

    Personally, when I test REST APIs, I use „restclient.el“ all the time which also comes with a great JQ integration („jq-set-var“ for example for deriving request variables from responses). For traversing larger responses I use „counsel-jq“ in a customized JSON mode: https://github.com/200ok-ch/counsel-jq

    But I’ll give the major mode a try, too.

  • jless: a command-line JSON viewer, written in Rust
    6 projects | /r/rust | 9 Feb 2022
  • Extracting Objects Recursively with Jq
    14 projects | news.ycombinator.com | 1 Aug 2021
    If anyone is an emacs user and this sounds compelling, I recommend counsel-jq[0] for the sort of feedback loop described here.

    [0]: https://github.com/200ok-ch/counsel-jq

jackson-jq

Posts with mentions or reviews of jackson-jq. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-06.
  • jq 1.7 Released
    33 projects | news.ycombinator.com | 6 Sep 2023
    So just picking Java https://github.com/eiiches/jackson-jq

    > jackson-jq aims to be a compatible jq implementation. However, not every feature is available; some are intentionally omitted because thay are not relevant as a Java library; some may be incomplete, have bugs or are yet to be implemented.

    Where JMESPath has fully compliant 1st party implementations in Python, Go, Lua, JS, PHP, Ruby, and Rust and fully compliant 3rd party implementations in C++, Java, .NET, Elixer, and TS.

    Having a spec and a test suite means that a all valid JMESPath programs will work and work the same anywhere you use it.

What are some alternatives?

When comparing counsel-jq and jackson-jq you can also consider the following projects:

gojq - Pure Go implementation of jq

libnbd

jfq - JSONata on the command line

jq-mode - Emacs major mode for editing jq queries.

fzf - :cherry_blossom: A command-line fuzzy finder

nbdkit

rsl - reserialise: lossy but versatile conversion between data serialisation formats

java-jq - Lightweight Java wrapper around JQ, a flexible JSON processor available for multiple platforms

yaml.el - YAML parser in Elisp

Newman - Newman is a command-line collection runner for Postman

hackernews - Hacker News web site source code mirror.

jet - CLI to transform between JSON, EDN, YAML and Transit using Clojure