I got tired of ad-heavy JSON & SQL formatters, so I built my own (100% Client-Side)
A developer created an ad-free suite of tools for formatting JSON and SQL files. The suite, called UseTheseTools.com, processes everything locally in the browser for privacy. It includes utilities for JSON formatting, SQL beautification, JWT debugging, and more, with no sign-ups or tracking required.
- ▪The suite includes 33 web utilities specifically designed for developers.
- ▪All tools operate 100% client-side, ensuring user privacy.
- ▪Users can format JSON, clean SQL queries, and decode JWTs without ads or tracking.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3901590) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Ikhlaq Ahmad Posted on Apr 28 I got tired of ad-heavy JSON & SQL formatters, so I built my own (100% Client-Side) #webdev #programming #ai #productivity Hi everyone, Like most of you, I constantly need to format a messy JSON file, decode a JWT, or clean up an SQL query. But every time I Google a tool for this, the top results are bloated sites covered in ads, pop-ups, and cookies.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV Community.