Flatr
Prints JSON files in a flat format.
This is a rust rewrite of the catj tool.

Usage
Build
Install
Build with Nix
Run with Nix
Motivation
I'm currently learning rust :).

flatr --file my-file.json
git clone https://github.com/jfvillablanca/flatr
cd flatr
cargo build --release
./target/release/flatr --help
cargo install flatr
nix build github:jfvillablanca/flatr
nix run github:jfvillablanca/flatr -- -f my-file.json
I'm currently learning rust :).