fltn

Crates.iofltn
lib.rsfltn
version
sourcesrc
created_at2022-02-25 13:50:13.169767+00
updated_at2025-02-23 13:08:18.110977+00
descriptionFlattens a serialized data structure making it greppable
homepagehttps://github.com/nickjer/fltn
repositoryhttps://github.com/nickjer/fltn
max_upload_size
id539435
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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: 49

cargo fmt