#json-diff #json-structural-diff #diff

json-structural-diff

A Rust JSON structural diff library

2 unstable releases

0.2.0 Dec 9, 2024
0.1.0 Jan 12, 2021

#540 in Encoding

Download history 4735/week @ 2024-12-04 3809/week @ 2024-12-11 2946/week @ 2024-12-18 1885/week @ 2024-12-25 2676/week @ 2025-01-01 4754/week @ 2025-01-08 3986/week @ 2025-01-15 5214/week @ 2025-01-22 7002/week @ 2025-01-29 7468/week @ 2025-02-05 4913/week @ 2025-02-12 8570/week @ 2025-02-19 10662/week @ 2025-02-26 10588/week @ 2025-03-05 10640/week @ 2025-03-12 7453/week @ 2025-03-19

41,654 downloads per month
Used in 3 crates

MIT license

37KB
876 lines

A Rust JSON structural diff

Actions Status CodeCov LICENSE

A pure-Rust JSON structural diff based on this implementation.

This project has been developed with the aim of testing parallelism.

Building library

cargo build

To build with the colorize feature:

cargo build --all-features

If you want to build the lib in release mode, add the --release option to the commands above.

License

Released under the MIT License.

Dependencies

~3–11MB
~110K SLoC