The Deep Merge

Today, we'll be writing a simple, yet powerful function to solve a simple problem -- "deep merging".

Let's say you have these two dictionaries

source = {"name": "tejumade", "hobbys": {"sport": ["running", "tennis"]}, "education": {"secondary": "School of Science, Okebola", "tertiary": {"graduate": {"masters": "Saarland", "phd": {"type": "phd"}}}}}

Copyright © 2021 Tejumade Afonja. All rights reserved.