{
"package": {
"name": "my-app",
"version": "1.0.0"
},
"dependencies": {
"next": "15.x",
"react": "^19.0.0"
}
}TOML is a config format used by Cargo (Rust), Python projects, and many tools. It is human-readable and maps to key-value data.
No. Conversion runs entirely in your browser.
Convert YAML to JSON and JSON to YAML. For configs, CI, and docs. All in your browser.
Format and validate JSON with syntax highlighting. Minify, prettify, sort keys. All processing in your browser.
Convert JSON to CSV for spreadsheets and data export. Paste JSON, get CSV. All in your browser.