pub fn generate_patch(left: &JsonValue, right: &JsonValue) -> Vec<JsonPatch>
Generate a sequence of JsonPatch operations that transforms left into right.
JsonPatch
left
right