#gron #json #yaml

app fltn

Flattens a serialized data structure making it greppable

14 releases

0.2.1 Jul 22, 2023
0.1.11 Jul 13, 2023
0.1.6 Feb 25, 2023
0.1.4 Sep 29, 2022
0.1.0 Feb 25, 2022

#966 in Parser implementations

29 downloads per month

MIT license

375KB
336 lines

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

Dependencies

~9–20MB
~284K SLoC