Ctrl + K
HomeYAML ToolsTOML Merge Tool
Free Developer Tool

TOML Merge Tool

Combine multiple TOML files into one.

What is TOML Merge Tool?

Merge multiple TOML configuration files into a single document.

How to use

  1. Paste TOML documents.
  2. Merge them.
  3. Review the result.
  4. Copy or download.

Features

  • TOML merging
  • Nested table support
  • Browser processing
  • Instant merge

Common Use Cases

  • Configuration management
  • Application settings
  • Project configuration
  • Deployment files

Example

Input
name = "John"
Output
name = "John"
age = 25

FAQ

Can nested tables be merged?

Yes.

Does it preserve TOML syntax?

Yes.

Is processing local?

Yes.