jq
Command-line JSON processor
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