FOXYYY
TOML
foxyyy.com
theme
TOML Editor
Edit TOML on the left, see parsed JSON on the right.
TOML Input
Sample
[package] name = "my-app" version = "1.0.0" authors = ["Alice", "Bob"] publish = false [dependencies] serde = "1.0" tokio = { version = "1", features = ["full"] } [server] host = "0.0.0.0" port = 8080 debug = true max_connections = 1000 timeout = 30.5 [[routes]] path = "/api/health" method = "GET" [[routes]] path = "/api/data" method = "POST" [database] url = "postgres://localhost/mydb" pool_size = 5 created = 2024-01-15
JSON Output
Copy