We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Destroyed _Footer (markdown)
NDJSON with single-line comments
Updated Installation (markdown)
fix bat link; if it's not prefixed with https:// it will try to link an internal page on the wiki
Updated C API: jv (markdown)
importing a bash array as a JSON array
Added description for functions in jv.c
Add external link to awesome jq
Implement documenation for borrowing
Remove a typo. Luke to code. i think that is what the original author meant to write.
Updated _Sidebar (markdown)
Created bat language syntax (markdown)
update re implode
Add jqpy (https://baterflyrity.github.io/jqpy) python binding to F.A.Q.
Use `--` in `#!/bin/sh` and `#!/bin/bash` shebangs; Makes `sh`/`bash` not interpt the filename as options if the filename starts with `-`, and it is invoked with `execl("-foo.jq", "-foo.jq", (char *)0)`
Use `--` in `#!/bin/sh --` shebang; Makes `sh` not interpt the filename as options if the filename starts with `-`, and it is invoked with `execl("-foo.jq", "-foo.jq", (char *)0)`
__loc__ is no longer a keyword ($__loc__ is). Briefly describe halt/halt_error. Remove env, $ENV from side effects: reading environment variables is not a side effect, just like reading command line arguments is not a side effect
Updated Alternative jq implementations (markdown)
Jq1.6
jq-1.6
Updated C: `jv` API patterns resembling `jq` patterns (markdown)
Updated C: `jv` API patterns resemblin `jq` patterns (markdown)
Created C: `jv` API patterns resemblin `jq` patterns (markdown)
Updated jq Language Description (markdown)