<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Animesh Manna</title>
    <description>The latest articles on DEV Community by Animesh Manna (@bugblitz98).</description>
    <link>https://dev.to/bugblitz98</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1365729%2F26736cd5-c37c-4796-b8d0-7ba3d081f78d.jpeg</url>
      <title>DEV Community: Animesh Manna</title>
      <link>https://dev.to/bugblitz98</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bugblitz98"/>
    <language>en</language>
    <item>
      <title>I built a VS Code extension to visualize JSON as graphs</title>
      <dc:creator>Animesh Manna</dc:creator>
      <pubDate>Tue, 17 Mar 2026 16:46:56 +0000</pubDate>
      <link>https://dev.to/bugblitz98/i-built-a-vs-code-extension-to-visualize-json-as-graphs-3303</link>
      <guid>https://dev.to/bugblitz98/i-built-a-vs-code-extension-to-visualize-json-as-graphs-3303</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnb4vo2ncynfqkxhgz0fc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnb4vo2ncynfqkxhgz0fc.png" alt=" " width="800" height="593"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Working with large JSON always felt painful—too much scrolling, hard to understand structure, and easy to lose context.&lt;/p&gt;

&lt;p&gt;So I built a VS Code extension that converts JSON into interactive graphs inside the editor.&lt;/p&gt;

&lt;p&gt;Now you can actually see your data instead of reading endless lines.&lt;/p&gt;

&lt;p&gt;✨ Features:&lt;/p&gt;

&lt;p&gt;Visual graph view for JSON&lt;/p&gt;

&lt;p&gt;Explore nested data easily&lt;/p&gt;

&lt;p&gt;Fast &amp;amp; lightweight&lt;/p&gt;

&lt;p&gt;Works directly in VS Code&lt;/p&gt;

&lt;p&gt;Try : &lt;a href="https://open-vsx.org/extension/jsonviewertools/animesh-jsonviz78" rel="noopener noreferrer"&gt;https://open-vsx.org/extension/jsonviewertools/animesh-jsonviz78&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It’s especially useful when working with APIs or complex responses.&lt;/p&gt;

&lt;p&gt;Would love your feedback 🙌&lt;/p&gt;

</description>
    </item>
    <item>
      <title>MongoLens: Visualize and Edit MongoDB Documents as Graphs on Mobile</title>
      <dc:creator>Animesh Manna</dc:creator>
      <pubDate>Thu, 26 Feb 2026 01:57:26 +0000</pubDate>
      <link>https://dev.to/bugblitz98/mongolens-visualize-and-edit-mongodb-documents-as-graphs-on-mobile-1n8p</link>
      <guid>https://dev.to/bugblitz98/mongolens-visualize-and-edit-mongodb-documents-as-graphs-on-mobile-1n8p</guid>
      <description>&lt;p&gt;Managing MongoDB on mobile has always been painful. Most tools only show raw JSON, which becomes hard to read and even harder to understand when documents are deeply nested.&lt;/p&gt;

&lt;p&gt;That’s why I built MongoLens — a mobile MongoDB client designed with visualization in mind.&lt;/p&gt;

&lt;p&gt;Today, I’ve added one of the most powerful features yet: Graphical Document View with Direct Editing.&lt;/p&gt;

&lt;p&gt;The Problem&lt;/p&gt;

&lt;p&gt;When working with MongoDB, documents often look like this:&lt;br&gt;
user&lt;br&gt;
 ├─ profile&lt;br&gt;
 │   ├─ name&lt;br&gt;
 │   ├─ email&lt;br&gt;
 │   └─ address&lt;br&gt;
 │        ├─ city&lt;br&gt;
 │        └─ zip&lt;br&gt;
 └─ activity&lt;br&gt;
     ├─ lastLogin&lt;br&gt;
     └─ devices&lt;/p&gt;

&lt;p&gt;In raw JSON, this quickly becomes difficult to navigate — especially on mobile.&lt;/p&gt;

&lt;p&gt;The Solution: Graph Visualization&lt;/p&gt;

&lt;p&gt;MongoLens now lets you:&lt;/p&gt;

&lt;p&gt;• Visualize documents as interactive graphs&lt;br&gt;
• Understand nested structures instantly&lt;br&gt;
• Navigate relationships visually&lt;br&gt;
• Edit document fields directly from the graph&lt;/p&gt;

&lt;p&gt;Instead of reading JSON, you see your data structure.&lt;/p&gt;

&lt;p&gt;Why this matters&lt;/p&gt;

&lt;p&gt;This makes MongoDB easier to:&lt;br&gt;
    • Debug APIs&lt;br&gt;
    • Explore schemas&lt;br&gt;
    • Understand complex documents&lt;br&gt;
    • Edit data faster&lt;br&gt;
    • Work efficiently from mobile&lt;/p&gt;

&lt;p&gt;Especially useful when you’re away from your laptop.&lt;/p&gt;

&lt;p&gt;Other features in MongoLens&lt;br&gt;
    • Connect using MongoDB URI&lt;br&gt;
    • Browse databases and collections&lt;br&gt;
    • View and edit documents&lt;br&gt;
    • Run queries&lt;br&gt;
    • JSON viewer optimized for mobile&lt;br&gt;
    • Biometric security lock&lt;br&gt;
    • Light and dark themes&lt;/p&gt;

&lt;p&gt;Built for developers&lt;/p&gt;

&lt;p&gt;MongoLens is designed with a developer-first mindset: fast, secure, and focused on clarity.&lt;/p&gt;

&lt;p&gt;Graph visualization is just the beginning. More visual tools are coming soon.&lt;/p&gt;

&lt;p&gt;Try : &lt;a href="https://www.mongolens.com/" rel="noopener noreferrer"&gt;mongolens.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d love your feedback&lt;/p&gt;

&lt;p&gt;What features would you want in a mobile MongoDB client?&lt;/p&gt;

&lt;p&gt;Your feedback will help shape the future of MongoLens.&lt;/p&gt;

</description>
      <category>database</category>
      <category>mobile</category>
      <category>mongodb</category>
      <category>showdev</category>
    </item>
    <item>
      <title>I Built Structviz — A Tool to Visualize GitHub Repositories as Interactive Diagrams</title>
      <dc:creator>Animesh Manna</dc:creator>
      <pubDate>Thu, 05 Feb 2026 18:27:51 +0000</pubDate>
      <link>https://dev.to/bugblitz98/i-built-structviz-a-tool-to-visualize-github-repositories-as-interactive-diagrams-16j8</link>
      <guid>https://dev.to/bugblitz98/i-built-structviz-a-tool-to-visualize-github-repositories-as-interactive-diagrams-16j8</guid>
      <description>&lt;p&gt;Understanding a new codebase can be painful.&lt;/p&gt;

&lt;p&gt;Folders inside folders. Files everywhere. Who touched what? Where does this module connect?&lt;/p&gt;

&lt;p&gt;So I built Structviz — a tool that turns GitHub repositories into interactive visual diagrams so developers can explore architecture, collaboration, and structure at a glance.&lt;/p&gt;

&lt;p&gt;What Structviz Does&lt;/p&gt;

&lt;p&gt;Structviz helps you:&lt;br&gt;
    • 🔍 Visualize repositories as graphs&lt;br&gt;
    • 🔄 Change node directions &amp;amp; layouts&lt;br&gt;
    • ✏️ Click nodes to open and edit files&lt;br&gt;
    • 👥 See the last contributor with hover details&lt;br&gt;
    • 📊 Analyze collaborator activity with percentages &amp;amp; charts&lt;br&gt;
    • 🎨 Switch between multiple themes&lt;/p&gt;

&lt;p&gt;The goal is simple: help developers understand complex projects faster — especially when onboarding, refactoring, or auditing architecture.&lt;/p&gt;

&lt;p&gt;Why I Built This&lt;/p&gt;

&lt;p&gt;I work with large repositories often, and every time I joined a new project I wished for a faster way to see the system instead of mentally mapping folders and files.&lt;/p&gt;

&lt;p&gt;Structviz started as that idea — and slowly grew into something I now use myself.&lt;/p&gt;

&lt;p&gt;Try It Out&lt;/p&gt;

&lt;p&gt;You can check it here:&lt;br&gt;
👉 &lt;a href="https://structviz.com" rel="noopener noreferrer"&gt;https://structviz.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d genuinely love feedback from the dev community — feature ideas, UX suggestions, or things you think are missing.&lt;/p&gt;

&lt;p&gt;If you maintain open-source projects, I’m especially curious whether this would help contributors onboard faster.&lt;/p&gt;

&lt;p&gt;Thanks for reading 🙌&lt;br&gt;
Happy building.&lt;/p&gt;

</description>
      <category>architecture</category>
      <category>github</category>
      <category>showdev</category>
      <category>tooling</category>
    </item>
    <item>
      <title>I Built a JSON Viewer App That Turns APIs into Interactive Graphs</title>
      <dc:creator>Animesh Manna</dc:creator>
      <pubDate>Mon, 02 Feb 2026 16:18:05 +0000</pubDate>
      <link>https://dev.to/bugblitz98/i-built-a-json-viewer-app-that-turns-apis-into-interactive-graphs-14cn</link>
      <guid>https://dev.to/bugblitz98/i-built-a-json-viewer-app-that-turns-apis-into-interactive-graphs-14cn</guid>
      <description>&lt;p&gt;Huge JSON blobs.&lt;br&gt;
Nested objects everywhere.&lt;br&gt;
Scrolling… scrolling… still scrolling.&lt;/p&gt;

&lt;p&gt;So I built something to make that easier.&lt;/p&gt;

&lt;p&gt;Meet JSON Viewer – Graph Visualizer 📊&lt;br&gt;
An Android app that converts raw JSON into clean, interactive graphs so you can actually understand your data.&lt;/p&gt;

&lt;p&gt;✨ What it does&lt;/p&gt;

&lt;p&gt;🔍 Tree + Graph visualization&lt;/p&gt;

&lt;p&gt;🧠 Instantly see relationships in nested JSON&lt;/p&gt;

&lt;p&gt;📂 Paste JSON or load files&lt;/p&gt;

&lt;p&gt;⚡ Fast and lightweight&lt;/p&gt;

&lt;p&gt;🔒 No login required&lt;/p&gt;

&lt;p&gt;Core features are free — and there’s a Pro plan for advanced tools and power users who want more control and productivity.&lt;/p&gt;

&lt;p&gt;🛠 Why I built this&lt;/p&gt;

&lt;p&gt;I’m a solo dev building developer tools in public.&lt;/p&gt;

&lt;p&gt;I’ve already built web-based JSON visualization tools, and this Android app is my attempt to bring the same clarity to mobile — optimized for speed, simplicity, and zero friction.&lt;/p&gt;

&lt;p&gt;I kept the free tier genuinely useful, and added Pro features only where they really add value for heavy users.&lt;/p&gt;

&lt;p&gt;📣 I’d love your feedback&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm391efvxgdm6vmn5bpe8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm391efvxgdm6vmn5bpe8.png" alt=" " width="800" height="390"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The app is currently in testing and I’m actively improving it.&lt;/p&gt;

&lt;p&gt;If you try it, tell me:&lt;/p&gt;

&lt;p&gt;What feels confusing?&lt;/p&gt;

&lt;p&gt;Which feature should be free vs Pro?&lt;/p&gt;

&lt;p&gt;What would make this your go-to JSON tool?&lt;/p&gt;

&lt;p&gt;Honest feedback &amp;gt; polite feedback 😄&lt;/p&gt;

&lt;p&gt;🔗 Try it here&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://play.google.com/store/apps/details?id=com.jsonviewer&amp;amp;pcampaignid=web_share" rel="noopener noreferrer"&gt;https://play.google.com/store/apps/details?id=com.jsonviewer&amp;amp;pcampaignid=web_share&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you regularly debug APIs or explore JSON schemas, I’d seriously love to hear what you think 👇&lt;/p&gt;

&lt;p&gt;Drop a comment, suggestion, or brutal UI critique — it all helps build something better 🔥&lt;/p&gt;

</description>
    </item>
    <item>
      <title>First Time Ever on Play Store — Something Devs Will Love</title>
      <dc:creator>Animesh Manna</dc:creator>
      <pubDate>Fri, 30 Jan 2026 03:45:10 +0000</pubDate>
      <link>https://dev.to/bugblitz98/first-time-ever-on-play-store-something-devs-will-love-57ad</link>
      <guid>https://dev.to/bugblitz98/first-time-ever-on-play-store-something-devs-will-love-57ad</guid>
      <description>&lt;p&gt;Just launched my new app JSON Viewer – Graph Visualizer on the Google Play Store — something never seen before on the Play Store.&lt;/p&gt;

&lt;p&gt;Built for developers, focused on turning complex data into clean, interactive visuals.&lt;/p&gt;

&lt;p&gt;Would love your thoughts and feedback 🙌&lt;br&gt;
👉 &lt;a href="https://play.google.com/store/apps/details?id=com.jsonviewer&amp;amp;pcampaignid=web_share" rel="noopener noreferrer"&gt;https://play.google.com/store/apps/details?id=com.jsonviewer&amp;amp;pcampaignid=web_share&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Onward 🚀&lt;/p&gt;

</description>
    </item>
    <item>
      <title>New Free Tool: Package.json Health Checker (Analyze Dependencies with Real-Time NPM Insights)</title>
      <dc:creator>Animesh Manna</dc:creator>
      <pubDate>Sat, 06 Dec 2025 13:22:46 +0000</pubDate>
      <link>https://dev.to/bugblitz98/new-free-tool-packagejson-health-checker-analyze-dependencies-with-real-time-npm-insights-28n9</link>
      <guid>https://dev.to/bugblitz98/new-free-tool-packagejson-health-checker-analyze-dependencies-with-real-time-npm-insights-28n9</guid>
      <description>&lt;p&gt;If you work with JavaScript or Node.js projects, you already know how important it is to keep your package.json clean, healthy, and up to date. Today, I’m excited to introduce a new free tool added to the JSON Viewer ecosystem:&lt;/p&gt;

&lt;p&gt;⭐ Package.json Health Checker&lt;/p&gt;

&lt;p&gt;This tool helps developers instantly analyze their project dependencies with real-time npm insights. It’s simple, fast, and completely free.&lt;/p&gt;

&lt;p&gt;🔍 What the Tool Does&lt;/p&gt;

&lt;p&gt;Here’s what you get when you drop in your package.json:&lt;/p&gt;

&lt;p&gt;✔ Dependency Health Score (A–F Grade)&lt;/p&gt;

&lt;p&gt;Get a quick overview of how healthy your project dependencies are.&lt;/p&gt;

&lt;p&gt;✔ Outdated Package Detection&lt;/p&gt;

&lt;p&gt;See which packages need updates.&lt;/p&gt;

&lt;p&gt;✔ Vulnerability Awareness&lt;/p&gt;

&lt;p&gt;Spot risky or abandoned packages instantly.&lt;/p&gt;

&lt;p&gt;✔ Real-Time NPM Insights&lt;/p&gt;

&lt;p&gt;The tool fetches live data like latest versions, publish dates, and maintenance status.&lt;/p&gt;

&lt;p&gt;✔ Upload or Paste Your File&lt;/p&gt;

&lt;p&gt;No setup required. Just drop your JSON and get a full analysis.&lt;/p&gt;

&lt;p&gt;🎯 Why This Helps Developers&lt;/p&gt;

&lt;p&gt;Dependency health is often overlooked until it becomes a problem. This tool helps with:&lt;/p&gt;

&lt;p&gt;Project audits&lt;/p&gt;

&lt;p&gt;Upgrade planning&lt;/p&gt;

&lt;p&gt;Migration to new frameworks&lt;/p&gt;

&lt;p&gt;Ensuring library stability&lt;/p&gt;

&lt;p&gt;Team onboarding&lt;/p&gt;

&lt;p&gt;Production readiness checks&lt;/p&gt;

&lt;p&gt;Whether you're maintaining an open-source project or managing a production app, a quick health scan can save hours.&lt;/p&gt;

&lt;p&gt;🔗 Try the Tool (Free)&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://jsonviewer.tools/package-json-health-checker" rel="noopener noreferrer"&gt;https://jsonviewer.tools/package-json-health-checker&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;No login — simply paste or upload your package.json and get instant results.&lt;/p&gt;

&lt;p&gt;🛠 Built Into JSON Viewer Tools&lt;/p&gt;

&lt;p&gt;This feature is part of a growing set of developer-friendly utilities designed to make working with JSON and visual data easier.&lt;/p&gt;

&lt;p&gt;If you have ideas for improvements or want to collaborate, feel free to drop a comment!&lt;/p&gt;

</description>
    </item>
    <item>
      <title>The New Age of JSON Formatting — Faster, Cleaner, Smarter</title>
      <dc:creator>Animesh Manna</dc:creator>
      <pubDate>Sat, 29 Nov 2025 16:47:17 +0000</pubDate>
      <link>https://dev.to/bugblitz98/the-new-age-of-json-formatting-faster-cleaner-smarter-2gnn</link>
      <guid>https://dev.to/bugblitz98/the-new-age-of-json-formatting-faster-cleaner-smarter-2gnn</guid>
      <description>&lt;p&gt;Simple. Fast. Visual. The way developers actually want it.&lt;/p&gt;

&lt;p&gt;As developers, we deal with JSON all day — APIs, configs, logs, schemas…&lt;br&gt;
and yet formatting JSON still feels like a chore.&lt;/p&gt;

&lt;p&gt;Most tools are either too plain, too slow, or overloaded with ads.&lt;br&gt;
So I built something better — a clean, fast, developer-first JSON formatter + converter that doesn’t just format… it elevates your data experience.&lt;/p&gt;

&lt;p&gt;👉 Try it now: &lt;a href="//jsonviewer.tools"&gt;https://jsonviewer.tools/&lt;/a&gt;&lt;br&gt;
(You’ll feel the difference in the first 5 seconds.)&lt;/p&gt;

&lt;p&gt;🔥 What makes this formatter different?&lt;br&gt;
Feature Experience&lt;br&gt;
🧹 Clean &amp;amp; Beautiful Formatting   No clutter, no distractions&lt;br&gt;
🔀 Convert Anywhere → Anywhere  JSON ⇄ XML ⇄ YAML ⇄ CSV ⇄ TOML&lt;br&gt;
⚡ One-Click Prettify &amp;amp; Minify Instant output — no lag&lt;br&gt;
🔍 Syntax Highlighting    Reads like code, not noise&lt;br&gt;
📁 Upload + Download Support  Paste less, build more&lt;br&gt;
🧠 Developer-Friendly UI  Fast keyboard use + readable output&lt;br&gt;
✨ Why this matters?&lt;/p&gt;

&lt;p&gt;JSON shouldn’t break your flow.&lt;/p&gt;

&lt;p&gt;Whether you're debugging an API response, converting client payloads, mapping schemas, or preparing docs — a good formatter can save minutes every hour.&lt;br&gt;
This tool is built exactly with that energy.&lt;br&gt;
No popups. No frustration. Just productivity.&lt;/p&gt;

&lt;p&gt;🛠 Current Supported Conversions&lt;br&gt;
JSON → XML&lt;br&gt;
JSON → YAML&lt;br&gt;
JSON → CSV&lt;br&gt;
JSON → TOML&lt;br&gt;
XML → JSON&lt;br&gt;
YAML → JSON&lt;br&gt;
CSV → JSON&lt;br&gt;
TOML → JSON&lt;br&gt;
JSON → TOON&lt;br&gt;
TOON → JSON&lt;/p&gt;

&lt;p&gt;And more are coming — including live compare &amp;amp; schema visualize integration.&lt;br&gt;
(Yes, diagrams 👀)&lt;/p&gt;

&lt;p&gt;🌐 Give it a spin — it might replace your current formatter&lt;/p&gt;

&lt;p&gt;🟢 No sign-up&lt;br&gt;
🟢 Just open and use&lt;/p&gt;

&lt;p&gt;👉 Try now: your link here&lt;br&gt;
Bookmark it — your future self will thank you.&lt;/p&gt;

&lt;p&gt;💬 I’d love feedback&lt;/p&gt;

&lt;p&gt;If you use it, break it, or want a feature — drop a comment below.&lt;br&gt;
Your suggestions shape the roadmap.&lt;/p&gt;

&lt;p&gt;More tools are on the way — formatters, converters, visualizers, API utilities and diagram generation.&lt;/p&gt;

&lt;p&gt;Let’s build faster together. ⚡&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>programming</category>
      <category>json</category>
    </item>
    <item>
      <title>Micro-SaaS Journey Update: From Free to Revenue</title>
      <dc:creator>Animesh Manna</dc:creator>
      <pubDate>Sun, 28 Sep 2025 04:04:37 +0000</pubDate>
      <link>https://dev.to/bugblitz98/micro-saas-journey-update-from-free-to-revenue-20nf</link>
      <guid>https://dev.to/bugblitz98/micro-saas-journey-update-from-free-to-revenue-20nf</guid>
      <description>&lt;p&gt;Back in June 2024, I launched &lt;a href="https://jsonviewer.tools/" rel="noopener noreferrer"&gt;jsonviewer&lt;/a&gt; as a simple free service. At that time, I had no clue how tough (and exciting) the SaaS journey would be.&lt;/p&gt;

&lt;p&gt;Less than 4 months ago, I decided to add a paid version. Today, looking at this sales dashboard feels surreal — not just because of the revenue, but because of the lessons learned:&lt;/p&gt;

&lt;p&gt;SEO drops, experiments, and countless struggles 💡&lt;/p&gt;

&lt;p&gt;Doing everything solo, from coding to customer support 🛠️&lt;/p&gt;

&lt;p&gt;Building with minimal costs (just $9/year domain + free Cloudflare hosting)&lt;/p&gt;

&lt;p&gt;Learning what it really takes to run a SaaS in the real world 📈&lt;/p&gt;

&lt;p&gt;This isn’t just about earnings — it’s about growth, persistence, and the reality behind Micro-SaaS.&lt;/p&gt;

&lt;p&gt;To anyone building or thinking of starting: start small, stay consistent, and keep learning.&lt;/p&gt;

&lt;h1&gt;
  
  
  SaaS #MicroSaaS #IndieHacker #StartupJourney #JSON
&lt;/h1&gt;

</description>
      <category>webdev</category>
      <category>saas</category>
      <category>startup</category>
      <category>buildinpublic</category>
    </item>
    <item>
      <title>Visualize XML Data Online with Ease — No Setup Required</title>
      <dc:creator>Animesh Manna</dc:creator>
      <pubDate>Wed, 10 Sep 2025 02:20:45 +0000</pubDate>
      <link>https://dev.to/bugblitz98/visualize-xml-data-online-with-ease-no-setup-required-2kni</link>
      <guid>https://dev.to/bugblitz98/visualize-xml-data-online-with-ease-no-setup-required-2kni</guid>
      <description>&lt;p&gt;Working with XML can be challenging — large, nested XML documents often become difficult to navigate. That’s why I built an Online XML Visualizer to make exploring XML structures easier, faster, and more intuitive.&lt;/p&gt;

&lt;p&gt;🔗 Try it here: &lt;a href="https://jsonviewer.tools" rel="noopener noreferrer"&gt;jsonviewer.tools&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔍 Key Features&lt;/p&gt;

&lt;p&gt;✅ Instant XML Parsing: Paste or upload your XML and see it parsed instantly.&lt;br&gt;
✅ Tree &amp;amp; Graph Views: Switch between a simple hierarchical tree view or a dynamic graph view.&lt;br&gt;
✅ Search &amp;amp; Highlight: Quickly locate nodes and attributes.&lt;br&gt;
✅ Export Options: Download your XML visualization as an image.&lt;br&gt;
✅ No Installation Needed: It works entirely in your browser.&lt;/p&gt;

&lt;p&gt;🎯 Why I Built It&lt;/p&gt;

&lt;p&gt;As developers, we often jump between XML, JSON, and other data formats. I wanted a single tool that:&lt;/p&gt;

&lt;p&gt;Simplifies XML debugging&lt;/p&gt;

&lt;p&gt;Visualizes complex data structures&lt;/p&gt;

&lt;p&gt;Speeds up workflow without any setup&lt;/p&gt;

&lt;p&gt;🧰 Part of a Larger Toolkit&lt;/p&gt;

&lt;p&gt;The XML Visualizer is part of jsonviewer.tool&lt;br&gt;
, a suite of developer tools for working with structured data. Other features include:&lt;/p&gt;

&lt;p&gt;🧩 JSON Viewer &amp;amp; Formatter&lt;/p&gt;

&lt;p&gt;📊 Graph &amp;amp; Chart Visualization&lt;/p&gt;

&lt;p&gt;📝 Dummy JSON Generator&lt;/p&gt;

&lt;p&gt;🔍 CSV &amp;amp; YAML Support&lt;/p&gt;

&lt;p&gt;My goal is to provide free, developer-friendly tools that help you work smarter with data.&lt;/p&gt;

&lt;p&gt;📢 Call to Action&lt;/p&gt;

&lt;p&gt;If this sounds useful:&lt;/p&gt;

&lt;p&gt;⭐ Bookmark jsonviewer.tools&lt;/p&gt;

&lt;p&gt;💬 Share your feedback — I’m actively adding features based on community input!&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Visualize XML Files with JSON Viewer Tool</title>
      <dc:creator>Animesh Manna</dc:creator>
      <pubDate>Tue, 26 Aug 2025 02:26:01 +0000</pubDate>
      <link>https://dev.to/bugblitz98/visualize-xml-files-with-json-viewer-tool-24nl</link>
      <guid>https://dev.to/bugblitz98/visualize-xml-files-with-json-viewer-tool-24nl</guid>
      <description>&lt;p&gt;Developers often deal with data in multiple formats — JSON, CSV, YAML, and yes, XML. While JSON has become the modern standard, XML still powers many APIs, configuration files, and legacy systems. Reading XML in raw form can feel overwhelming, especially when working with deeply nested nodes.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1xjxzzar0u53wfw5gzp6.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1xjxzzar0u53wfw5gzp6.jpg" alt=" " width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That’s why we’ve extended our JSON Viewer Tool to support XML visualization. 🚀&lt;/p&gt;

&lt;p&gt;Why Visualize XML?&lt;/p&gt;

&lt;p&gt;XML is structured but not always human-friendly. Visualizing it helps you:&lt;/p&gt;

&lt;p&gt;Quickly understand hierarchies and relationships.&lt;/p&gt;

&lt;p&gt;Spot patterns in large or complex XML files.&lt;/p&gt;

&lt;p&gt;Transform XML data into interactive graphs and trees for better exploration.&lt;/p&gt;

&lt;p&gt;Compare XML with other formats (JSON, YAML, CSV) in a single workspace.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm5ozzmdq9j4kc9otdlzo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm5ozzmdq9j4kc9otdlzo.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How It Works&lt;/p&gt;

&lt;p&gt;Upload your XML file directly into the tool.&lt;/p&gt;

&lt;p&gt;The viewer automatically parses your XML into a structured format.&lt;/p&gt;

&lt;p&gt;Explore your data in:&lt;/p&gt;

&lt;p&gt;Tree View: See the hierarchy clearly.&lt;/p&gt;

&lt;p&gt;Graph View: Visualize nodes and relationships interactively.&lt;/p&gt;

&lt;p&gt;Table View: Flatten structured XML for tabular analysis.&lt;/p&gt;

&lt;p&gt;Use Cases&lt;/p&gt;

&lt;p&gt;Debugging API responses from XML-based services.&lt;/p&gt;

&lt;p&gt;Analyzing configurations (like .plist, .svg, or Android manifest.xml).&lt;/p&gt;

&lt;p&gt;Converting XML data to JSON/YAML for modern applications.&lt;/p&gt;

&lt;p&gt;Teaching or presenting how XML structures work with diagrams.&lt;/p&gt;

&lt;p&gt;Final Thoughts&lt;/p&gt;

&lt;p&gt;Whether you’re migrating from XML to JSON or just need a better way to make sense of complex XML documents, our JSON Viewer Tool makes it easier with clean visualizations&lt;/p&gt;

&lt;p&gt;Try 👉 &lt;a href="https://jsonviewer.tools" rel="noopener noreferrer"&gt;jsonviewer.tools&lt;/a&gt; uploading your XML file today and instantly turn text into diagrams.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Explore JSON in 3D – A New Way to Visualize Data</title>
      <dc:creator>Animesh Manna</dc:creator>
      <pubDate>Sat, 16 Aug 2025 07:50:22 +0000</pubDate>
      <link>https://dev.to/bugblitz98/explore-json-in-3d-a-new-way-to-visualize-data-1gi3</link>
      <guid>https://dev.to/bugblitz98/explore-json-in-3d-a-new-way-to-visualize-data-1gi3</guid>
      <description>&lt;p&gt;Scrolling through raw JSON is fine… until you’re dealing with deeply nested structures. That’s when it starts feeling like looking for a needle in a haystack.&lt;/p&gt;

&lt;p&gt;To solve that, I added a 3D visualization feature to JSON Viewer Tools. Instead of just trees or tables, now you can literally explore your JSON in three dimensions.&lt;/p&gt;

&lt;p&gt;🔥 What it does&lt;/p&gt;

&lt;p&gt;🌐 Turns JSON into a 3D graph you can rotate, zoom, and navigate&lt;/p&gt;

&lt;p&gt;🔗 Shows relationships visually between nested keys and values&lt;/p&gt;

&lt;p&gt;🎮 Interactive controls to explore complex structures with ease&lt;/p&gt;

&lt;p&gt;🖼️ Better understanding of large JSON files at a glance&lt;/p&gt;

&lt;p&gt;💡 Why 3D?&lt;/p&gt;

&lt;p&gt;Sometimes a tree view or flat table isn’t enough. JSON can be highly nested and interconnected, and a 3D visualization makes those relationships immediately clear. It’s like going from reading a blueprint to walking inside the building.&lt;/p&gt;

&lt;p&gt;🌐 Try it out&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://jsonviewer.tools/blog/3d-json-viewer" rel="noopener noreferrer"&gt;jsonviewer.tools&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>A JSON Viewer Browser Extension with Graphs, Search, and Image Export</title>
      <dc:creator>Animesh Manna</dc:creator>
      <pubDate>Sat, 16 Aug 2025 07:45:36 +0000</pubDate>
      <link>https://dev.to/bugblitz98/a-json-viewer-browser-extension-with-graphs-search-and-image-export-2ng8</link>
      <guid>https://dev.to/bugblitz98/a-json-viewer-browser-extension-with-graphs-search-and-image-export-2ng8</guid>
      <description>&lt;p&gt;Working with JSON inside the browser can get messy. Whether it’s an API response, config file, or debug output — scrolling raw JSON isn’t fun. That’s why I created the &lt;a href="https://jsonviewer.tools/blog/json-viewer-extension" rel="noopener noreferrer"&gt;JSON Viewer Extension&lt;/a&gt; — a lightweight browser add-on that makes exploring JSON fast, visual, and interactive.&lt;/p&gt;

&lt;p&gt;🔥 Features&lt;/p&gt;

&lt;p&gt;🌳 Interactive Graph Visualization – instantly turn JSON into diagrams&lt;/p&gt;

&lt;p&gt;🔎 Search &amp;amp; Highlight – quickly find keys or values inside large JSON files&lt;/p&gt;

&lt;p&gt;➕ Zoom In / Out – explore big JSON structures without losing track&lt;/p&gt;

&lt;p&gt;📤 Export as Image – save your graph visualization in one click&lt;/p&gt;

&lt;p&gt;🖱️ Mouse Scroll Zoom – smooth and intuitive navigation&lt;/p&gt;

&lt;p&gt;🎨 Simple &amp;amp; Clean UI – built for developers, no clutter&lt;/p&gt;

&lt;p&gt;💡 Why I Built It&lt;/p&gt;

&lt;p&gt;As someone who works with APIs daily, I was tired of staring at raw JSON in the browser console or using heavy tools for quick checks. I wanted something lightweight yet powerful that lives right in the browser — so I built this extension.&lt;/p&gt;

&lt;p&gt;🌐 Try it out&lt;/p&gt;

&lt;p&gt;👉 Available now at: &lt;a href="https://jsonviewer.tools/blog/json-viewer-extension" rel="noopener noreferrer"&gt;jsonviewer.tools&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Free to use. Simple to install.&lt;/p&gt;

&lt;p&gt;💬 If you use JSON often (APIs, configs, databases), what feature would you want next in a browser extension?&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>productivity</category>
      <category>devtools</category>
      <category>visualizer</category>
    </item>
  </channel>
</rss>
