jq
jq copied to clipboard
Command-line JSON processor
@wtlangford @nicowilliams It's old, I know, but why not? Following my comments at #618 I am proving here my points. The suggested `FORK_1N` would need to pop/push for the first...
This is meant to be an example for how we might use decNumber to start implementing some arithmetic (and potentially some math functions, depending on what's available). It's not quite...
When a jq module location is specified by a "search" key, `modulemeta` can fail even when the module is successfully located. **To Reproduce** ``` $ mkdir obscure $ cat obscure/amod.jq...
Improves the ergonomics of `add` by avoiding the need for wrapper arrays. Assignments should be easier now too: ```diff -... | .field = ([ ... ] | add) | ......
This is an initial MVP with quite a few things still missing (such as: better error messages, documentation, tests). Despite this, it is already feature-complete on POSIX platforms (on Windows...
**Describe the bug** Docker images lack `latest` tag **To Reproduce** try to pull `ghcr.io/jqlang/jq:latest` with docker. request will time out ``` Using default tag: latest Error response from daemon: Head...
[This is just a note so I don't forget, and a place for discussion.] One of the things I dislike about jq is that it is dynamically-typed. It's felt like...
Currently, the precedence of the unary operator `-` is too low so it causes some unintuitive results. For example, as I pointed out in https://github.com/jqlang/jq/issues/2704#issuecomment-1639596368, `[-1 as $x | 1,$x]`...
Fixes issue with confusion about features that has not been released yet. Move deveopment manual.yml to dev/manual.yml Symlink manual.yml to v1.7/manual.yml Refactor to share history header with links to other...
Still need to add some more tests. I would especially apprecieate some feedback on jv_new(), as this can perhaps be handled more efficiently using jvp