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
- Host: GitHub
- URL: https://github.com/4sskick/rst_jsonx
- Owner: 4sskick
- License: mit
- Created: 2023-07-06T08:56:26.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T11:28:16.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T15:50:06.385Z (4 months ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.