Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Here is the question. . . . I have two json payloads from an api-call that I want to merge, but there is a catch !
Of both the json files I don't know on forhand which objects are in the file and I don't know which fields within the objects are present.
Also, there might even be an object that is present in both json files.
How can these json payloads be merged ??
See the examples attached