#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 3851/week @ 2024-09-09 3389/week @ 2024-09-16 3807/week @ 2024-09-23 3849/week @ 2024-09-30 3736/week @ 2024-10-07 2952/week @ 2024-10-14 4119/week @ 2024-10-21 3632/week @ 2024-10-28 4659/week @ 2024-11-04 3051/week @ 2024-11-11 4776/week @ 2024-11-18 3992/week @ 2024-11-25 4436/week @ 2024-12-02 4218/week @ 2024-12-09 3573/week @ 2024-12-16 1855/week @ 2024-12-23

14,242 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–10MB
~111K SLoC