Crates.io | jfc |
lib.rs | jfc |
version | 0.1.6 |
source | src |
created_at | 2024-02-17 22:11:10.304662 |
updated_at | 2024-10-27 16:51:01.600166 |
description | A CLI tool for working with malformed JSON |
homepage | |
repository | https://github.com/mr-adult/JFC |
max_upload_size | |
id | 1143569 |
size | 18,587 |
___ ________ ________
|\ \|\ _____\\ ____\
\ \ \ \ \__/\ \ \___|
__ \ \ \ \ __\\ \ \
|\ \\_\ \ \ \_| \ \ \____
\ \________\ \__\ \ \_______\
\|________|\|__| \|_______|
JSON Formatting CLI (JFC) is a CLI tool written in Rust for working with malformed JSON. It does its best to transform whatever text you input on standard in into valid JSON without dropping any meaningful characters from the input. Any errors found along the way are emitted to standard error. In raw mode, no characters from the input are (or at least should be) dropped.
To install JFC:
cargo install jfc
For usage, see the help (-h or --help menu).