#json-diff #structural #parallelism

json-structural-diff

A Rust JSON structural diff library

2 unstable releases

0.2.0 Dec 9, 2024
0.1.0 Jan 12, 2021

#535 in Encoding

Download history 3232/week @ 2024-09-17 3840/week @ 2024-09-24 3920/week @ 2024-10-01 3435/week @ 2024-10-08 3447/week @ 2024-10-15 3925/week @ 2024-10-22 3755/week @ 2024-10-29 4165/week @ 2024-11-05 3754/week @ 2024-11-12 4687/week @ 2024-11-19 3701/week @ 2024-11-26 4779/week @ 2024-12-03 4015/week @ 2024-12-10 3347/week @ 2024-12-17 1779/week @ 2024-12-24 1752/week @ 2024-12-31

12,021 downloads per month
Used in 2 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
~111K SLoC