{% include "shared/_head.html.j2" %}
{% include "shared/_navbar.html.j2" %}
{{blurb | markdownify}}
Download jq 1.6
Linux (64-bit)
macOS (64-bit)
Windows (64-bit)
Other platforms, older versions, and source
Try online at jqplay.org!
{{body1 | markdownify}}
{{body2 | markdownify}}
{{body3 | markdownify}}
{{tail | markdownify}}
News
{% for item in news %}
{{item.date}}
{{item.body | markdownify}}
{% endfor %}
{% include "shared/_footer.html.j2" %}