#json #serde-json #color #console #ansi #serde

termcolor-json

一个用于将彩色JSON输出写入termcolor终端的库

6个版本 (1个稳定版)

1.0.0 2022年1月1日
0.1.4 2021年9月23日
0.1.2 2021年8月15日

排名 412 位,在 命令行界面


ryan-cli 中使用

MIT/Apache

23KB
519 代码行

Crates.io Docs.rs

termcolor-json

一个用于将彩色JSON输出写入termcolor终端的库。

let stdout = StandardStream::stdout(ColorChoice::Auto);

termcolor_json::to_writer(
    &mut stdout.lock(),
    &serde_json::json!({
        "string": "value",
        "number": 123,
        "bool": true,
        "null": null,
    }),
)?;

Sample image

许可证

许可协议为以下之一

任选其一。

贡献

除非你明确表示,否则根据Apache-2.0许可证定义,你提交给作品的所有有意贡献,将根据上述协议双重许可,不附加任何额外的条款或条件。

依赖

~0.5–8MB
~60K SLoC