[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-1682":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":25,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":16,"starSnapshotCount":16,"syncStatus":30,"lastSyncTime":31,"discoverSource":32},1682,"jq","jqlang\u002Fjq","jqlang","Command-line JSON processor","https:\u002F\u002Fjqlang.org",null,"C",34854,1801,348,363,0,8,46,187,38,44.77,"Other",false,"master",true,[5],"2026-06-12 02:00:31","# jq\n\n`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.\n\n## Documentation\n\n- **Official Documentation**: [jqlang.org](https:\u002F\u002Fjqlang.org)\n- **Try jq Online**: [play.jqlang.org](https:\u002F\u002Fplay.jqlang.org)\n\n## Installation\n\n### Prebuilt Binaries\n\nDownload the latest releases from the [GitHub release page](https:\u002F\u002Fgithub.com\u002Fjqlang\u002Fjq\u002Freleases).\n\n### Docker Image\n\nPull the [jq image](https:\u002F\u002Fgithub.com\u002Fjqlang\u002Fjq\u002Fpkgs\u002Fcontainer\u002Fjq) to start quickly with Docker.\n\n#### Run with Docker\n\n##### Example: Extracting the version from a `package.json` file\n\n```bash\ndocker run --rm -i ghcr.io\u002Fjqlang\u002Fjq:latest \u003C package.json '.version'\n```\n\n##### Example: Extracting the version from a `package.json` file with a mounted volume\n\n```bash\ndocker run --rm -i -v \"$PWD:$PWD\" -w \"$PWD\" ghcr.io\u002Fjqlang\u002Fjq:latest '.version' package.json\n```\n\n### Building from source\n\n#### Dependencies\n\n- libtool\n- make\n- automake\n- autoconf\n\n#### Instructions\n\n```console\ngit submodule update --init    # if building from git to get oniguruma\nautoreconf -i                  # if building from git\n.\u002Fconfigure --with-oniguruma=builtin\nmake clean                     # if upgrading from a version previously built from source\nmake -j8\nmake check\nsudo make install\n```\n\nBuild a statically linked version:\n\n```console\nmake LDFLAGS=-all-static\n```\n\nIf you're not using the latest git version but instead building a released tarball (available on the release page), skip the `autoreconf` step, and flex or bison won't be needed.\n\n##### Cross-Compilation\n\nFor details on cross-compilation, check out the [GitHub Actions file](.github\u002Fworkflows\u002Fci.yml) and the [cross-compilation wiki page](https:\u002F\u002Fgithub.com\u002Fjqlang\u002Fjq\u002Fwiki\u002FCross-compilation).\n\n## Community & Support\n\n- Questions & Help: [Stack Overflow (jq tag)](https:\u002F\u002Fstackoverflow.com\u002Fquestions\u002Ftagged\u002Fjq)\n- Chat & Community: [Join us on Discord](https:\u002F\u002Fdiscord.gg\u002Fyg6yjNmgAC)\n- Wiki & Advanced Topics: [Explore the Wiki](https:\u002F\u002Fgithub.com\u002Fjqlang\u002Fjq\u002Fwiki)\n\n## License\n\n`jq` is released under the [MIT License](COPYING). `jq`'s documentation is\nlicensed under the [Creative Commons CC BY 3.0](COPYING).\n`jq` uses parts of the open source C library \"decNumber\", which is distributed\nunder [ICU License](COPYING)\n","jq 是一个轻量级且灵活的命令行 JSON 处理工具，类似于 sed、awk 和 grep 用于处理 JSON 数据。它使用可移植 C 语言编写，无运行时依赖，支持切片、过滤、映射和转换结构化数据等核心功能。项目具有良好的跨平台性，提供预编译二进制文件及 Docker 镜像方便部署。适用于需要对 JSON 数据进行高效处理的各种场景，如日志分析、配置文件管理或 API 响应解析等。",2,"2026-06-11 02:45:23","top_all"]