#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

#550 in Encoding

Download history 4279/week @ 2024-11-15 4086/week @ 2024-11-22 4433/week @ 2024-11-29 4436/week @ 2024-12-06 3656/week @ 2024-12-13 2202/week @ 2024-12-20 1889/week @ 2024-12-27 3883/week @ 2025-01-03 4621/week @ 2025-01-10 3981/week @ 2025-01-17 5984/week @ 2025-01-24 7136/week @ 2025-01-31 6840/week @ 2025-02-07 5083/week @ 2025-02-14 10701/week @ 2025-02-21 10583/week @ 2025-02-28

34,547 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