/compacto

A fast way to compress & decompress JSON

Primary LanguageRustMIT LicenseMIT

COMPACTO

ci Documentation

A fast way to compress & decompress JSON

Lib

To use this lib in your project, add the following line to your Cargo.toml file:

compacto = { version = "1.0.2" }

You can find the full documentation on Docs.rs.

Examples

There are a few examples in the /examples folder if you want to run it locally:

cargo run --release --example example-filename

CLI

Usage

Compress a JSON file/string:

compacto ./input-file.json ./output.compacto.json -m compress

Decompress a JSON file/string:

compacto ./compacto-file.compacto.json ./output.json -m decompress

Installation

From binaries

Check out the release page for prebuilt versions of COMPACTO.

License

COMPACTO is made available under the terms of MIT License.

See the LICENSE-MIT for license details.