<?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: M Makertoo</title>
    <description>The latest articles on DEV Community by M Makertoo (@makertoo).</description>
    <link>https://dev.to/makertoo</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%2F3076988%2Fade3004b-9360-4779-ab99-cbf92da1a153.png</url>
      <title>DEV Community: M Makertoo</title>
      <link>https://dev.to/makertoo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/makertoo"/>
    <language>en</language>
    <item>
      <title>Why I Built JSONXMLKit: Free JSON/XML Tools That Run in Your Browser</title>
      <dc:creator>M Makertoo</dc:creator>
      <pubDate>Tue, 22 Apr 2025 23:43:52 +0000</pubDate>
      <link>https://dev.to/makertoo/why-i-built-jsonxmlkit-free-jsonxml-tools-that-run-in-your-browser-53b7</link>
      <guid>https://dev.to/makertoo/why-i-built-jsonxmlkit-free-jsonxml-tools-that-run-in-your-browser-53b7</guid>
      <description>&lt;h3&gt;
  
  
  The Problem
&lt;/h3&gt;

&lt;p&gt;As a developer, I often needed quick tools to inspect or convert JSON, XML, or Base64-encoded data. But most online tools had bloated interfaces, annoying ads, and required uploading files to third-party servers. That’s not always ideal — especially when working with sensitive information or debugging internal formats.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Solution
&lt;/h3&gt;

&lt;p&gt;I built &lt;a href="https://jsonxmlkit.com" rel="noopener noreferrer"&gt;JSONXMLKit&lt;/a&gt; — a set of fast, privacy-respecting tools that run entirely in your browser.&lt;/p&gt;

&lt;p&gt;You can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🧾 &lt;strong&gt;Format JSON or XML&lt;/strong&gt; with syntax highlighting and indentation&lt;/li&gt;
&lt;li&gt;🔍 &lt;strong&gt;Search and extract paths&lt;/strong&gt; using JSONPath or XPath&lt;/li&gt;
&lt;li&gt;🧬 &lt;strong&gt;Encode or decode files to/from Base64&lt;/strong&gt;, supporting images, PDFs, text files, and more&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All tools are client-side — &lt;strong&gt;no data is uploaded or logged&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Use Cases
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Quickly debug a nested JSON response without installing anything&lt;/li&gt;
&lt;li&gt;Extract a specific XML tag using XPath&lt;/li&gt;
&lt;li&gt;Decode a Base64 string to verify payloads in JWTs or other APIs&lt;/li&gt;
&lt;li&gt;Format large JSONs from APIs and extract values for QA or analytics&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Who It’s For
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Developers &amp;amp; frontend engineers&lt;/li&gt;
&lt;li&gt;QA testers &amp;amp; technical analysts&lt;/li&gt;
&lt;li&gt;Students or educators working with structured data&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Why Build Another Tool?
&lt;/h3&gt;

&lt;p&gt;Because dev tools should be:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fast ✅&lt;/li&gt;
&lt;li&gt;Free ✅&lt;/li&gt;
&lt;li&gt;Focused ✅&lt;/li&gt;
&lt;li&gt;Privacy-friendly ✅&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal isn’t to replace complex desktop tools, but to make &lt;strong&gt;everyday dev workflows faster&lt;/strong&gt; — in one tab, with no signups.&lt;/p&gt;

&lt;h3&gt;
  
  
  Try It
&lt;/h3&gt;

&lt;p&gt;Check it out at &lt;a href="https://jsonxmlkit.com" rel="noopener noreferrer"&gt;https://jsonxmlkit.com&lt;/a&gt; — and let me know what features you'd like to see next.&lt;/p&gt;




&lt;p&gt;🧵 Built with ❤️ using vanilla JS and minimal UI for max speed. Feedback welcome!&lt;/p&gt;

</description>
      <category>json</category>
      <category>web</category>
      <category>privacy</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
