Description
Merges multiple JSON documents according to schema-aware rules. It helps applications combine defaults, user settings, generated data, or layered configuration without writing custom merge logic each time.
Use it when the merge behavior should be explicit and repeatable. Configuration merging can change effective permissions, paths, or feature flags, so review final output before applying important settings.