jq
jq copied to clipboard
Command-line JSON processor
Addresses #2846. (I didn't see any contributor guidelines/linting info... please let me know if you'd like me to change anything!) This PR adds state to two places to track maximum...
Previsouly byte index was used. Fixes #1430, fixes #1624, fixes #3064.
Downloading the source tarball from GitHub lacks .git structure and the version will be blank. This fixes it by using the directory name which contains the version. This is currently...
Sourcing of `~/.jq` (file) was hardwired to use the `HOME` environment variable, which is not defined when running in a native Windows shell (PowerShell, CMD). This change lets it check...
- `range(0;[];1)` keeps outputting increasingly forever (also with `{}` because how `
**Describe the Feature Request** Need a single command line parameter to display all jsonpaths and accompanying values for all values in a json structure. Consider this sample json: reservations.json: ```...
As title and bug report.
It should because arithmetic on booleans is often a clear way to get complicated things done.
Some use cases for `jq` may involve accepting untrusted input. See discussion in #1361 for some security considerations that may be relevant for those use cases. This commit adds a...
**Describe the bug** A clear and concise description of what the bug is. Whitespace-delimited NUL bytes are sometimes parsed as zero values but sometimes not. **To Reproduce** Provide a minimal...