
jqlang/jq: Command-line JSON processor - GitHub
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.
Download jq - GitHub Pages
Download jq. jq is written in C and has no runtime dependencies, so it should be possible to build it for nearly any platform. Prebuilt binaries are available for Linux, macOS and Windows. The binaries should just run, but on macOS and Linux you may need to make them executable first using chmod +x jq. jq is licensed under the MIT license.
jq - GitHub Pages
jq is a lightweight and flexible command-line JSON processor. Try online! jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. jq is written in portable C, and it has zero runtime dependencies.
jq 1.7 Manual - GitHub Pages
jq filters run on a stream of JSON data. The input to jq is parsed as a sequence of whitespace-separated JSON values which are passed through the provided filter one at a time. The output (s) of the filter are written to standard output, as a sequence of newline-separated JSON data.
Linux jq 命令讲解与实战操作(json字符串解析工具) - 大数据老 …
2023年8月7日 · jq 是一个强大的命令行工具,用于处理 JSON 格式的数据。 它可以帮助你查询、过滤、修改和处理 JSON 数据,使得在命令行环境下处理 JSON 变得非常方便。
jq语言 - 维基百科,自由的百科全书
jq 是 领域特定 高级 的 纯函数式编程 语言,它采用 词法作用域,其中所有 JSON 值都是 常量。 jq支持 回溯 并可管理JSON数据的无限长 字串流。 jq支持基于 名字空间 的模块系统,并对 闭包 有一定支持,尤其是它的函数和泛函表达式可以用作其他函数的参数。 jq与 Icon 和 Haskell 编程语言有关。 它最初采用 Haskell 实现 [3],随即移植至 C 语言。 gojq是“纯” Go 实现。 jq还有用 Rust 实现的叫做jaq的方言 [4],它规定了 指称语义 [5]。 jq由Stephen Dolan创建并在2012年10月发 …
J - jq - 《Linux命令手册》 - 极客文档
jq 用于处理JSON输入,将给定过滤器应用于其JSON文本输入并在标准输出上将过滤器的结果生成为JSON。 最简单的过滤器是.,它将jq的输入未经修改地复制到其输出中(格式设置除外)。 请注意,jq 当前仅支持64位双精度浮点数(IEEE754)。 安装 # Debian系,如 Ubuntu
jq (programming language) - Wikipedia
jq is a very high-level lexically scoped functional programming language in which every JSON value is a constant. jq supports backtracking and managing indefinitely long streams of JSON data. It is related to the Icon and Haskell programming languages.
jq 中文手册(v1.5) | jq 中文手册
jq 一般将 非-ASCII 的 Unicode 字符使用 UTF-8 输出,即使输入的时候可能是转义后的序列(如 “\u03bc”)。使用这个选项,可以强制 jq 生成纯 ASCII 输出,其中每个 非-ASCII 字符将用等价的转义序列替换。--unbuffered:
jq playground
jq playground is open-source and licensed under the MIT license. All jq queries and HTTP requests to fetch JSON are processed locally in your browser. Snippets are only sent to the server when you choose to share them. View the source code on GitHub.