We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
escape backslash
update wikilink
update Source: URL
Updated How to: Avoid Pitfalls (markdown)
Change the title
Updated Internals: block representation (markdown)
Created Internals: block representation (markdown)
Updated Internals: backtracking (markdown)
Updated Docs and tests (markdown)
Updated How To: Add built in functions (markdown)
Mention the linker. Add src/ to all the source files. Mention src/builtin.jq.
Fix cross-compilation page
mention -n in connection with inputs
delete an element from an array - alternatives
Minor edits on Cross-compilation.md
FAQ: How to delete an element from an array by index
Filter objects based on the contents of a key: show solution that does not require ?; simplify solution that does use ?
reformat
To delete keys based on their values (cf. #966)
bash array variable; windows .bat file examples
any-json example
val -> eval; a method without eval
"Can jq be instructed to ignore comments?"
jsonlint can be used to remove /* comments */ and // comments
Show how to set shell variables
Updated FAQ (markdown)
Drop references to jq 1.5rc1.
adding a small blurb to help users who are trying to filter on keys that may not exist in a subset of the input objects.
update "two of them"