fltn

Crates.iofltn
lib.rsfltn
version0.2.6
sourcesrc
created_at2022-02-25 13:50:13.169767
updated_at2024-09-01 00:08:07.287787
descriptionFlattens a serialized data structure making it greppable
homepagehttps://github.com/nickjer/fltn
repositoryhttps://github.com/nickjer/fltn
max_upload_size
id539435
size426,403
Jeremy Nicklas (nickjer)

documentation

README

Flatten

Latest Version Downloads License Continuous Integration Status

A command line interface (CLI) used to flatten a serialized data structure (e.g, CSV, JSON, TOML, YAML) making it greppable.

Screenshot of json flattening

Inspired heavily by the amazing gron CLI.

With added features such as support for JSONPath filtering...

Screenshot of json filtering

Pre-compiled Binaries

You can download and run the pre-compiled binaries to get up and running immediately.

Installation

An alternative is to install using cargo:

cargo install fltn
Commit count: 45

cargo fmt