🧰
Open Source Toolkit

Know how to use it before you click: online, self-hosted, desktop, CLI

中文

jq

jqlang/jq
Download & install Download and install locally. No server needed.

Command-line JSON processor

WinmacOSLinuxJSONProcessing
jq website screenshot

Deploy command

docker run --rm -i ghcr.io/jqlang/jq:latest < package.json '.version'

Taken from the project README. You need a server with Docker; you may still need to add environment variables.

From the README

jq is a lightweight and flexible command-line JSON processor akin to sed,awk,grep, and friends for JSON data. It's written in portable C and has zero runtime dependencies, allowing you to easily slice, filter, map, and transform structured data.

Stars
★ 35.7k
Language
C
License
MIT
Last updated
2026-09-19
Category
Developer tools
Section
General