An open API service indexing awesome lists of open source software.

https://github.com/4sskick/rst_jsonx

fast pretty-printing and minimizing of JSON-encoded strings and streams, at the command line
https://github.com/4sskick/rst_jsonx

Last synced: 3 months ago
JSON representation

fast pretty-printing and minimizing of JSON-encoded strings and streams, at the command line

Awesome Lists containing this project

README

        

# Jsonx

A JSON transformer, written in Rust.

Provides fast pretty-printing and minimizing of JSON-encoded strings
and streams, at the command line or within Rust programs.

## Instalation

if cloned from repo

`cargo build`

it will generate compiled file named as `jsonx` under `target/debug/` folder

## Command-line Examples

Minify a file of json into one liner:

`jsonx -m foo-min.json`

Run `jsonx -h` to see all configuration options.

## Run test

`cargo test`

## Authorship and License

Copyright 2023, Tian Adi.

Jsonx is released under the MIT License.