deep-diff
A small Rust crate to deeply diff serde_json::Value trees.
This crate helps you compare two JSON values recursively and returns a list of differences, showing exactly which parts have changed.
Features
- Compare JSON objects, arrays, strings, numbers, booleans, and nulls
- Reports differences with precise JSON path notation
- Lightweight and easy to integrate
Usage
Add this to your Cargo.toml:
[]
= "0.1"
= "1.0"