DEV Community

Cover image for I built a simple JSON CSV converter for developers
Girish Thota
Girish Thota

Posted on

I built a simple JSON CSV converter for developers

When working with APIs or datasets, I often receive data in JSON format. But many times I needed to quickly convert that data into CSV so it could be opened in Excel or Google Sheets.

Most online tools I tried were either slow, filled with ads, or required signup.

So I built a small JSON → CSV converter that does the job quickly.

Features:
• Upload JSON file
• Convert it instantly to CSV
• Download the CSV file
• Simple and lightweight

This tool was built mainly as a small developer utility to make data conversion easier.

If anyone finds it useful, the downloadable version is available here:

https://thotagirish.gumroad.com/l/vtqvip

Top comments (0)