Binary package “librust-assert-json-diff-dev” in ubuntu noble

easily compare two JSON values and get great output - Rust source code

 This crate includes macros for comparing two serializable values
 by diffing their JSON representations.
 It is designed to give much more helpful error messages
 than the standard [`assert_eq!`].
 It basically does a diff of the two objects
 and tells you the exact differences.
 This is useful when asserting that two large JSON objects are the same.
 .
 This package contains the source for the Rust assert-json-diff crate,
 packaged for use with cargo and dh-cargo.