mirror of
https://github.com/nlohmann/json.git
synced 2026-08-29 04:17:32 +00:00
When merge_objects is true, recurse only if the existing value is an object. Otherwise overwrite, matching the documented "all other values are overwritten as usual" behavior. Fixes #5402 Signed-off-by: elix3r <157088510+22elix3r@users.noreply.github.com>