jtx

Crates.iojtx
lib.rsjtx
version0.2.0
sourcesrc
created_at2024-09-11 16:36:04.241138
updated_at2024-09-12 06:46:46.212484
descriptionA simple JSON CLI tool
homepage
repositoryhttps://github.com/yourusername/jtx
max_upload_size
id1372070
size20,356
Logesh Kumar (logesh-kumar)

documentation

README

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
Commit count: 0

cargo fmt