Crates.io | jtx |
lib.rs | jtx |
version | 0.2.0 |
source | src |
created_at | 2024-09-11 16:36:04.241138 |
updated_at | 2024-09-12 06:46:46.212484 |
description | A simple JSON CLI tool |
homepage | |
repository | https://github.com/yourusername/jtx |
max_upload_size | |
id | 1372070 |
size | 20,356 |
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.
Before installing jtx
, make sure you have Rust installed. If not, you can install Rust and cargo
via rustup.
You can install jtx
directly from crates.io by running:
cargo install jtx