json-patch 0.3.0

RFC 6902, JavaScript Object Notation (JSON) Patch
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0.149"

[dependencies.serde_json]
version = "1.0.89"

[dependencies.thiserror]
version = "1.0.37"

[dependencies.treediff]
features = ["with-serde-json"]
optional = true
version = "4.0.2"
[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.serde_json]
features = ["preserve_order"]
version = "1.0.89"

[dev-dependencies.serde_yaml]
version = "0.9.14"

[features]
default = ["diff"]
diff = ["treediff"]

[package]
authors = ["Ivan Dubrov <dubrov.ivan@gmail.com>"]
categories = []
description = "RFC 6902, JavaScript Object Notation (JSON) Patch"
edition = "2021"
keywords = ["json", "json-patch"]
license = "MIT/Apache-2.0"
name = "json-patch"
readme = "README.md"
repository = "https://github.com/idubrov/json-patch"
version = "0.3.0"