json-color 0.6.1

Colorize JSON strings
Documentation
[package]
authors = ["Saghm Rossi <saghmrossi@gmail.com>"]
description = "Colorize JSON strings"
documentation = "https://docs.rs/json-color"
homepage = "https://github.com/saghm/json-color.git"
keywords = ["json", "color", "colorize", "colored"]
license = "MIT"
name = "json-color"
readme = "README.md"
repository = "https://github.com/saghm/json-color.git"
version = "0.6.1"

[dependencies]
colored = "1.5.2"
serde = "1.0.11"
serde_json = "1.0.2"