RosettaCodeData/Lang/Jq/00DESCRIPTION
2017-09-25 22:28:19 +02:00

6 lines
No EOL
337 B
Text

{{language
|site=http://stedolan.github.io/jq}}
{{language programming paradigm|Functional}}
jq is a [[functional programming]] language that is oriented towards processing text files or [[JSON]]. jq is also the name of a portable executable that compiles and runs jq programs.
jq was originally designed and developed by Stephen Dolan.