#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

#544 in Encoding

Download history 4104/week @ 2024-10-20 3599/week @ 2024-10-27 4665/week @ 2024-11-03 3018/week @ 2024-11-10 4756/week @ 2024-11-17 3993/week @ 2024-11-24 4425/week @ 2024-12-01 4216/week @ 2024-12-08 3614/week @ 2024-12-15 1851/week @ 2024-12-22 2209/week @ 2024-12-29 4211/week @ 2025-01-05 4506/week @ 2025-01-12 4181/week @ 2025-01-19 7039/week @ 2025-01-26 6779/week @ 2025-02-02

22,719 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