flatr

Crates.ioflatr
lib.rsflatr
version0.1.0
created_at2023-10-13 15:26:12.484698+00
updated_at2023-10-13 15:26:12.484698+00
descriptionPrints JSON files in a flat format.
homepage
repository
max_upload_size
id1002392
size100,503
Jann Marc Villablanca (jfvillablanca)

documentation

README

Flatr

Prints JSON files in a flat format.

This is a rust rewrite of the catj tool.

Demo of usage

Usage

flatr --file my-file.json

Build

git clone https://github.com/jfvillablanca/flatr
cd flatr
cargo build --release
./target/release/flatr --help

Install

cargo install flatr

Build with Nix

nix build github:jfvillablanca/flatr

Run with Nix

nix run github:jfvillablanca/flatr -- -f my-file.json

Motivation

I'm currently learning rust :).

Commit count: 0

cargo fmt