kit
Home
Text & Code
TOML ↔ JSON Converter
TOML ↔ JSON Converter
Convert TOML to JSON and JSON to TOML. Handles nested structures.
TOML → JSON
JSON → TOML
TOML input
[package] name = "my-app" version = "1.0.0" edition = "2021" [dependencies] serde = { version = "1.0", features = ["derive"] } tokio = { version = "1", features = ["full"] } [[servers]] name = "production" host = "example.com" port = 443
JSON output
Feedback