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
session handoff readySuggested next moves
/text
.env Parser
Convert .env files to JSON or scrubbed .env.example templates.
/json
JSON Formatter
Format, validate, and minify JSON in your browser.
/json
JSON Schema Generator
Infer JSON Schema from sample objects and arrays.
/web
OpenAPI Mini Inspector
List endpoints, methods and response codes from OpenAPI JSON or common YAML locally.
sponsor
Sponsor this toolFixed native slots for developer products. No third-party tracking, no popups, no layout shift.
01
How to use
- 01Paste YAML, TOML, INI or JSON.
- 02Choose input and output formats.
- 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
- /text→.env ParserConvert .env files to JSON or scrubbed .env.example templates.
- /json→JSON FormatterFormat, validate, and minify JSON in your browser.
- /json→JSON Schema GeneratorInfer JSON Schema from sample objects and arrays.
- /web→OpenAPI Mini InspectorList endpoints, methods and response codes from OpenAPI JSON or common YAML locally.