Small little program to flatten/unflatten JSON files.
You need to have Rust installed.
$ cargo build --release
$ 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
This project is licensed under the MIT License - see the LICENSE file for details