jq icon indicating copy to clipboard operation
jq copied to clipboard

Command-line JSON processor

Results 361 jq issues
Sort by recently updated
recently updated
newest added

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.

feature request
libjq

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...

release/packaging
build

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...

windows

- `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: ```...

It should because arithmetic on booleans is often a clear way to get complicated things done.

feature request

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...

feature request
security

**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...

bug
libjq