nowfound

Alternatives

Products that do what Supercharge jq/yq interactivity using fzf does

1. Instant Results: See the output of your jq filter in real-time. 2. Error Handling: Encounter a syntax error? It will display the error message and the results of the closest valid filter. 3. Compact View: Enjoy a more readable JSON output with the option to display it in YAML format.

  1. 1JA
  2. 2JE
  3. 3JQ

    I'm working on a tool that will probably involve querying JSON documents and I'm asking myself how to expose that functionality to my users. I like the power of `jq` and the fact that LLMs are proficient at it, but I find it right out impossible to come up with the right `jq` incantations myself. Has anyone here been in a similar situation? Which tool / language did you end up exposing to your users?

    Oct 2025 · jsonquerylang.org

  4. 4

    A powerful new query language to analyze your data

    2016

  5. 5AI

    2021 · sandbox.bio

  6. 6
    ezjson138

    JSON parsing, formatting, sorting and comparing

    2024

  7. 7FA

    Hey all, I just released v2.0.0 of FilterQL, a query language and TypeScript library. This version adds support for Operations, which allow you to transform the data after filtering. If you think this would be useful in a project you're working on, give it a try and let me know what you think!

    2025 · github.com

  8. 8JI
  9. 9II

    2021 · sr.ht

  10. 10TJ
  11. 11JA
  12. 12JA
  13. 13L0

    What's your tool chain for data and document processing? - jq is great, but limited to JSON; and jQuery limited to HTML; templating systems get messy for non-trivial logic; TypeScript lacks pattern matching and schema support. So I built Lambda — an expressive functional language that combines the power of Lisp, TypeScript, and many DSLs like jq, jQuery, RelaxNG, etc. It has a lightweight 9 MB runtime, built from scratch in C/C++, that provides an end-to-end document processing pipeline (parse → validate/query/transform → layout → render/view). Internally, Lambda parse…

    Mar 2026 · github.com

  14. 14JD
  15. 15JP
  16. 16JN

    Hi HN! Happy to share that jist can now search JSON 17x faster than jq for a provided input (string or a file). The major change is using the bleeding edge simdjson parser as the preferred way of parsing and querying the input. Since simdjson can only work on files up to 4.2GB, jist falls back to its earlier implementation of scanning through input in chunks of 1MB which means it can still query files of virtually infinite size 3x faster than jq ever could while using ~10MB of memory. The next major feature will be summarizing input JSON into a schema - and it will do this by scanning the…

    2025 · github.com

  17. 17JP

    2021 · jiehong.gitlab.io

  18. 18JD

    We've all been there: you have some JSON data you need to make sense of, so you Google "json formatter" and end up at a site ridden with ads. I used to look at at lot of JSON (mostly log data) for $oldjob, so I set out to build something better. I know there are a lot of tools in this space, but I've put a lot of love into JSON Dive: things like Vim keyboard shortcuts to navigate, dark mode, timestamp/image previews, and multi-file-format-support (XML-in-JSON was a format I dealt with in the context of LLMs/tool calls). I've also made an effort to ensure it can handle large files,…

    Sep 2025 · jsondive.app

  19. 19IH

    A simple Go-based HTTP proxy designed for detailed inspection of requests and responses. It logs traffic to the console with colorization, automatic decompression, and formatting for common content types, while remaining transparent to the client application. Ideal for debugging API interactions, understanding middleware behavior, or simply getting a clear view of HTTP traffic flow with jq-like pretty-printing & colorization of request/response. Automatically redacts parts of Authorization header to avoid token leakage.

    2025 · github.com

  20. 20JD

    2015 · json-diff.com

  21. 21PP
  22. 22GA
  23. 23JW
  24. 24JA

Ranked by how close each launch is in meaning, then by votes. Refine with a description →