Skip to content

jfvillablanca/flatr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :).

About

Prints JSON files in a flat format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published