Text

YAML / TOML / INI Converter

Config files are the glue between local tools, CI and services. This converter handles common YAML, TOML and INI shapes, turns them into JSON for inspection, and exports readable config formats again without executing custom tags.

Supports common flat/nested config shapes, sections and scalar values. It intentionally avoids executing YAML tags or complex anchors.
input.yaml
output.json
runtime

Browser-local execution

Inputs stay inside the current tab unless you copy, download or explicitly export.

memory

Session handoff

Magic Paste can pass input to a target tool through sessionStorage, never through the URL.

control

User-owned state

Favorites, recent tools and workflow history are local browser data you can clear from the browser.

smart handoff graph

Suggested next moves

session handoff ready
sponsor

Fixed native slots for developer products. No third-party tracking, no popups, no layout shift.

Sponsor this tool
01

How to use

  1. 01Paste YAML, TOML, INI or JSON.
  2. 02Choose input and output formats.
  3. 03Copy the converted config or fix the reported line.
02

FAQ

Does it support full YAML?
It supports common nested maps, lists and scalars. It intentionally avoids custom tags, anchors and execution-like features.
03

Related tools