Function json_schema_diff::diff
source · pub fn diff(lhs: Value, rhs: Value) -> Result<Vec<Change>, Error>
Expand description
Take two JSON schemas, and compare them.
lhs
(left-hand side) is the old schema, rhs
(right-hand side) is the new schema.