Difference between merge_patch
and update
#1183
Labels
kind: question
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
Hi,
I was wondering what is the difference between
j1.merge_patch(j2)
andj1.update(j2)
? The two methods seem to have a similar behavior, but I am not sure exactly how they differ (they appear to have different purposes). I was usingmerge_patch()
for a while because I was not aware of theupdate()
method, so maybe it would also make sense to update the doc so they can point at each other (even if it's a warning to say they should not be confused).The text was updated successfully, but these errors were encountered: