json-structural-diff 0.1.0

A Rust JSON structural diff library
Documentation
[dependencies.console]
default-features = true
optional = true
version = "^0.13"

[dependencies.difflib]
version = "^0.4"

[dependencies.regex]
version = "^1"

[dependencies.serde_json]
version = "^1.0"

[features]
colorize = ["console"]

[package]
authors = ["Luni-4 <luni-4@hotmail.it>"]
description = "A Rust JSON structural diff library"
edition = "2018"
keywords = ["json-structural-diff", "json-diff"]
license = "MIT"
name = "json-structural-diff"
repository = "https://github.com/Luni-4/json-structural-diff"
version = "0.1.0"