2 unstable releases

0.2.0 Sep 12, 2024
0.1.0 Sep 11, 2024

#2796 in Command line utilities

Download history 196/week @ 2024-09-08 33/week @ 2024-09-15 21/week @ 2024-09-22 10/week @ 2024-09-29

260 downloads per month

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

~8MB
~152K SLoC