Skip to content

Releases: alpaylan/tjq

v0.0.1 - 2025-02-21

21 Feb 18:28
Compare
Choose a tag to compare

What's supported

  • tjq-0.0.1 supports pipes(|), commas(,), object field accesses(obj[key]), array index accesses(arr[index]), JSON construction, unary operators, and some binary operators(+, -, *, /, and, or, <, <=, >, >=, ==, !=), function definitions, non-recursive function calls, if then else expressions, and empty construct.

Install tjq 0.0.1

You can download via crates.io, or use prebuilt binaries.

cargo install tjq
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/alpaylan/tjq/releases/download/v0.0.1/tjq-installer.sh | sh

Full Changelog: https://github.com/alpaylan/tjq/commits/v0.0.1