Skip to content

JSON ↔ TOML

New

Convert JSON objects to TOML and TOML configs back to JSON for Cargo, Pyproject, and app settings.

  • Processed in your browser
  • Privacy-first
  • No account required
  • Nothing uploaded by default

Examples

JSON to TOML

{"name":"DevKit","version":1}
name = "DevKit"
version = 1