Replies: 1 comment
-
Interesting problem! I'm afraid it would become very complicated to handle this generally. As an example, imagine object A and B both contain lists of other objects, and the lists are different size. Should the merge just pick A over B? Or pick the biggest list? Should it go deeper and merge the list items individually? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to merge to objects of same type. The problem is that some fields only contains informattion in the first object and some int the other. It wuld be nice to beable to perform a "merge".
Beta Was this translation helpful? Give feedback.
All reactions