Simply wrapper around deepMerge that returns
Takes a two json objects and returns a deeply merged Json object.
The json object will remove nulls so to remove values set null as the options within the second argument
This will merge plain Json object but not arrays or (currently) objects with functions
Simply wrapper around deepMerge that returns Takes a two json objects and returns a deeply merged Json object.
The json object will remove nulls so to remove values set null as the options within the second argument This will merge plain Json object but not arrays or (currently) objects with functions
Note - This will try to merge functions