Merge two TOML documents into one with configurable merge strategies. Simplify combining config files for multi-environment deployment and package management.
Merge two TOML documents into one with configurable merge strategies. Simplify combining config files for multi-environment deployment and package management.
Common questions and answers about this topic.
Merges two TOML documents into one, combining tables and fields from both sources.
When both documents have the same key, the value from the second document takes precedence.
Yes, nested tables are merged recursively.
No, TOML merging runs entirely in your browser. Both documents are combined locally with JavaScript and never leave your device.