Toolbox
Developer utilities
Tools
Encoding
Base64
URL
JSON
JSON
CSV
Text
Regex
Text Diff
Markdown
Crypto
JWT
Hash
UUID
Web
QR Code
Time
Timestamp
Cron
Design
Color
Image
Workflows
Dataflow
Soon
Toggle Sidebar
Home
Tools
CSV
⌘K
GitHub
Dev Toolbox
CSV
Convert CSV to JSON and JSON to CSV with custom delimiters.
json
csv
json
convert
delimiter
Clear
CSV → JSON
JSON → CSV
Delimiter
Comma (,)
Header row
Dynamic typing
CSV input
name,email,role Alice,alice@example.com,admin Bob,bob@example.com,user
JSON output
Copy
Download
[ { "name": "Alice", "email": "alice@example.com", "role": "admin" }, { "name": "Bob", "email": "bob@example.com", "role": "user" } ]
Command Palette
Search tools and pages