#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

#540 in Encoding

Download history 4094/week @ 2024-10-30 3871/week @ 2024-11-06 3805/week @ 2024-11-13 4592/week @ 2024-11-20 3889/week @ 2024-11-27 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 4409/week @ 2025-02-12

24,828 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