Category:Jq: Difference between revisions

Content added Content deleted
(jaq)
Line 2: Line 2:
|site=http://stedolan.github.io/jq}}
|site=http://stedolan.github.io/jq}}
{{language programming paradigm|Functional}}
{{language programming paradigm|Functional}}
[https://en.wikipedia.org/wiki/Jq_(programming_language) jq] is a [[functional programming]] language that is oriented towards processing text files or [[JSON]]. jq is also the name of [https://stedolan.github.io/jq a portable executable] that compiles and runs jq programs. A [[Go]] implementation, [https://github.com/itchyny/gojq gojq], is also available.
[https://en.wikipedia.org/wiki/Jq_(programming_language) jq] is a [[functional programming]] language that is oriented towards processing text files or [[JSON]]. jq is also the name of [https://stedolan.github.io/jq a portable executable] that compiles and runs jq programs. A [[Go]] implementation, [https://github.com/itchyny/gojq gojq], is also available; and [https://github.com/01mf02/jaq jaq] implements a large subset of jq in [[Rust]].


jq was originally designed and developed by Stephen Dolan.
jq was originally designed and developed by Stephen Dolan.