2 unstable releases

0.2.0 Sep 12, 2024
0.1.0 Sep 11, 2024

#13 in #cli-utility

MIT/Apache

7KB
110 lines

jtx - JSON Transformation Tool

jtx (JSON Transformation Tool) is a command-line interface (CLI) tool written in Rust that allows users to apply JSONPath filters to JSON data efficiently. It's designed to handle various JSON processing tasks from simple retrieval to complex transformations.

Features

  • Filter JSON: Apply JSONPath filters to extract or manipulate parts of JSON data.
  • CLI-Based: Easy to integrate with shell scripts and other command-line utilities.
  • Fast and Reliable: Built with Rust, ensuring performance and safety.

Installation

Prerequisites

Before installing jtx, make sure you have Rust installed. If not, you can install Rust and cargo via rustup.

From Crates.io

You can install jtx directly from crates.io by running:

cargo install jtx

Dependencies

~5.5–7.5MB
~134K SLoC