Home
chevron_right
TOML to JSON
sync_alt
TOML to JSON Converter
Convert TOML configuration to JSON format.
TOML Input
[package] name = "my-project" version = "1.0.0" description = "A sample project" [dependencies] serde = "1.0" tokio = { version = "1.0", features = ["full"] } [server] host = "0.0.0.0" port = 8080 debug = true max_connections = 100 [[users]] name = "Alice" role = "admin" [[users]] name = "Bob" role = "user"
JSON Output
content_copy
Copy
error
sync
Convert