#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

#547 in Encoding

Download history 3626/week @ 2024-10-03 3096/week @ 2024-10-10 3990/week @ 2024-10-17 3794/week @ 2024-10-24 4344/week @ 2024-10-31 3680/week @ 2024-11-07 4029/week @ 2024-11-14 4279/week @ 2024-11-21 4184/week @ 2024-11-28 4520/week @ 2024-12-05 3882/week @ 2024-12-12 2343/week @ 2024-12-19 1869/week @ 2024-12-26 3380/week @ 2025-01-02 4738/week @ 2025-01-09 3414/week @ 2025-01-16

13,550 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