#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

#589 in Encoding

Download history 4489/week @ 2025-01-13 4263/week @ 2025-01-20 6800/week @ 2025-01-27 6939/week @ 2025-02-03 6247/week @ 2025-02-10 5801/week @ 2025-02-17 11147/week @ 2025-02-24 10348/week @ 2025-03-03 10838/week @ 2025-03-10 9282/week @ 2025-03-17 6040/week @ 2025-03-24 8748/week @ 2025-03-31 10373/week @ 2025-04-07 8347/week @ 2025-04-14 9036/week @ 2025-04-21 8106/week @ 2025-04-28

36,142 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

~2–11MB
~109K SLoC