TOML to JSON Converter
Convert TOML to JSON and JSON back to TOML, both ways.
Three steps, no reading required.
Paste your input
Drop text, code, or data into the input pane — from an API response, a file, anywhere.
Pick a mode
Toggle the modes above the output. The result updates instantly as you type.
Copy the result
Grab the output with Copy or Download, or fix the error shown if the input is invalid.
Try it with a sample.
title = "My App" [owner] name = "Ada" dob = 1979-05-27T07:32:00Z [database] ports = [8000, 8001, 8002] enabled = true
Upload & hope
- Sends your input to a server to process it
- Asks for an account after a few free uses
- Limits input size on the free tier
Runs where you are
- Processes everything inside your browser tab
- No account, ever
- No artificial size limit
Questions worth answering upfront.
No. Conversion runs entirely in your browser. Your TOML and JSON are never uploaded, stored, or logged.
Tables, dotted keys, arrays of tables ([[...]]), inline tables, arrays (including multiline), basic and literal strings (including triple-quoted), integers, floats, booleans, and comments.
TOML datetimes, dates, and times are kept as strings in the JSON output, since JSON has no native date type.
Yes. Switch to the JSON → TOML mode to turn a JSON object into TOML, with nested objects becoming tables and arrays of objects becoming arrays of tables.
Yes. Every tool on DevUtilsNow is free to use with no account required.
People who use this also reach for
Guides that pair with this tool
How to Convert TOML to JSON (and Back)
Convert TOML config to JSON and JSON to TOML — how tables, arrays of tables, inline tables, and TOML's typed values map across.
Need another tool?
36+ browser-based utilities — all free, all private, nothing to install.