<?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: HAU</title>
    <description>The latest articles on DEV Community by HAU (@www_depx_net).</description>
    <link>https://dev.to/www_depx_net</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%2F3675975%2F46ea963d-8363-461c-ab34-c3f788c7a5f5.png</url>
      <title>DEV Community: HAU</title>
      <link>https://dev.to/www_depx_net</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/www_depx_net"/>
    <language>en</language>
    <item>
      <title>I built JSON Buddy — a privacy-first JSON formatter + CSV/Excel JSON converter that works offline</title>
      <dc:creator>HAU</dc:creator>
      <pubDate>Wed, 24 Dec 2025 01:48:30 +0000</pubDate>
      <link>https://dev.to/www_depx_net/i-built-json-buddy-a-privacy-first-json-formatter-csvexcel-json-converter-that-works-offline-2e3k</link>
      <guid>https://dev.to/www_depx_net/i-built-json-buddy-a-privacy-first-json-formatter-csvexcel-json-converter-that-works-offline-2e3k</guid>
      <description>&lt;p&gt;Hey everyone — I made a little web tool called &lt;strong&gt;JSON Buddy&lt;/strong&gt; and figured I’d share it here in case it helps someone (and to get some honest feedback).&lt;/p&gt;

&lt;p&gt;I do a lot of quick JSON work for APIs/logs/configs, and I kept running into two annoyances:&lt;br&gt;
1) I don’t love pasting sensitive-ish JSON into random sites.&lt;br&gt;
2) I also constantly need to turn CSV/Excel stuff into JSON for testing.&lt;/p&gt;

&lt;p&gt;So this is my attempt at a “no drama” tool that just works.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Format / prettify JSON&lt;/li&gt;
&lt;li&gt;Validate JSON (spot errors fast)&lt;/li&gt;
&lt;li&gt;Minify JSON&lt;/li&gt;
&lt;li&gt;Convert &lt;strong&gt;CSV → JSON&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Convert &lt;strong&gt;Excel (.xlsx/.xls) → JSON&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Optional type inference (numbers / booleans / null)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The main thing: it’s &lt;strong&gt;privacy-first&lt;/strong&gt;.&lt;br&gt;
Everything runs &lt;strong&gt;in your browser&lt;/strong&gt; — no uploads, no accounts, and it even works &lt;strong&gt;offline&lt;/strong&gt; (PWA-style).&lt;/p&gt;

&lt;p&gt;Link: &lt;a href="https://json-formatter.net" rel="noopener noreferrer"&gt;https://json-formatter.net&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you try it, I’d really appreciate feedback on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Does the CSV/Excel → JSON output match what you expect? (headers, empty cells, type inference)&lt;/li&gt;
&lt;li&gt;Anything you wish these tools did that most of them don’t?&lt;/li&gt;
&lt;li&gt;UI/UX: is anything confusing or too “busy”?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If this kind of post isn’t allowed here, totally fine to remove — just let me know.&lt;/p&gt;

&lt;p&gt;OPTIONAL FIRST COMMENT (if you want to add details without making the post too long)&lt;br&gt;
A couple specifics in case it helps:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You can paste CSV/TSV directly (including copy/paste from Excel)&lt;/li&gt;
&lt;li&gt;Excel upload supports &lt;code&gt;.xlsx&lt;/code&gt; / &lt;code&gt;.xls&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Type inference is optional, so you can keep everything as strings if you prefer&lt;/li&gt;
&lt;li&gt;It’s meant to be a small offline toolbox, not a SaaS&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Happy to tweak/add features if there’s a real need.&lt;/p&gt;

</description>
      <category>privacy</category>
      <category>tooling</category>
      <category>showdev</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
