Skip to content

Bricklou/unflaton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unflaton

Small little program to flatten/unflatten JSON files.

Compiling

You need to have Rust installed.

$ cargo build --release

Usage

$ unflaton -h
Usage: unflaton [OPTIONS] <INPUT> [OUTPUT]

Arguments:
  <INPUT>   The input file to read from
  [OUTPUT]  The output file to write to If not specified, the output will be written to stdout

Options:
  -f, --flatten  Flattent the JSON input This will flatten the keys into a single level of nesting
  -d, --debug    Enable debug logging This will enable debug logging
  -h, --help     Print help
  -V, --version  Print version

License

This project is licensed under the MIT License - see the LICENSE file for details