I built a collection of browser-based JSON tools at json.jobby-time.com
- Formatter & Validator
- JSON to TypeScript interfaces
- JSON to CSV
- JSON Diff
- Path Finder (click any value to get its JSONPath)
Everything runs client-side. No data leaves your browser.
Built with React + Vite + Tailwind. Feedback welcome.
Comments
foke82•45m ago
there's a bug on the differ tool
I paste a json on the left, a different one on the right and it shows
"No differences found. The JSON objects are identical."
Also the CSV tool should probably complain when the json is not in the intended format
foke82•45m ago
I paste a json on the left, a different one on the right and it shows "No differences found. The JSON objects are identical."
Also the CSV tool should probably complain when the json is not in the intended format