Michael Färber
Michael Färber
@rxt30, yes, but it means modifying each and every shortcut one by one. It is possible, certainly, but it could be more efficient.
@darkmoloko, this behaviour is intentional and the difference with respect to jq is motivated [here](https://github.com/01mf02/jaq?tab=readme-ov-file#miscellaneous).
@wader: 😱 for 23
Hi @RedBeard0531, I have documented my position on this in `README.md`: > jaq currently does not aim to support several features of jq, such as: > * SQL-style operators The...
Thank you for your bug report, @ibash-corpusant! However, because your PR adds a new dependency, allocates a new string, and may fail, I corrected the problem in a way that...
Hi @maribox, thanks for reporting this issue. You're not doing anything wrong, I just forgot originally to apply the Unicode formatting code from strings to object keys. #259 should correct...
This should work now as expected.
Hi @cathaysia, I plan to add support for this format (like YAML #10 and XML), but it is currently not very high on my list of priorities, so by default,...
> Thanks for your reply. It's great to see that you have plans to do this. But considering that adding these too early may bring burden to the following refactoring,...
The [`toml_parser`](https://docs.rs/toml_parser/latest/toml_parser/) crate has just been [updated](https://epage.github.io/blog/2025/07/toml-09/), and it seems like this might be a good fit for jaq, in particular because its [`EventKind`](https://docs.rs/toml_parser/latest/toml_parser/parser/enum.EventKind.html) carries a certain resemblance to what...