Alet Çantası
Geliştirici araçları.
Small, single-purpose tools for your daily development workflow. Runs in the browser, no data is sent to any server.
🔧 JSON to TOML
Converts JSON text to TOML: builds an intermediate JS value with `JSON.parse`, then with its own embedded TOML serializer emits scalar `key = value`, nested object → `[table]`, array of objects → `[[array of tables]]`, simple array → `[a, b]`. No network, runs in your browser. (TOML root must be an object; null cannot be represented.)