🔧
Wang Toolbox
All Tools
Best Tools
Blog
🔄 TOML to JSON Converter
Convert TOML configuration files to JSON format. Handles basic TOML structures.
TOML Input
title = "TOML Example" [owner] name = "Tom Preston-Werner" dob = 1979-05-27 [database] server = "192.168.1.1" ports = [8001, 8001, 8002] connection_max = 5000 enabled = true
🔄 Convert to JSON
📋 Copy