<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[JSON FYI]]></title><description><![CDATA[JSON FYI]]></description><link>https://jsonfyi.hashnode.dev</link><image><url>https://cdn.hashnode.com/res/hashnode/image/upload/v1593680282896/kNC7E8IR4.png</url><title>JSON FYI</title><link>https://jsonfyi.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Sat, 19 Sep 2026 04:47:46 GMT</lastBuildDate><atom:link href="https://jsonfyi.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Show HN: JSON FYI – a fast, 100% in-browser JSON toolkit (no upload, no signup)]]></title><description><![CDATA[URL: https://www.jsonfyi.com
I kept reaching for online JSON tools and closing the tab because they either uploaded my data to a server, buried the editor under ads, or split "validate / format / conv]]></description><link>https://jsonfyi.hashnode.dev/json-fyi-a-fast-100-in-browser-json-toolkit-no-upload-no-signup</link><guid isPermaLink="true">https://jsonfyi.hashnode.dev/json-fyi-a-fast-100-in-browser-json-toolkit-no-upload-no-signup</guid><category><![CDATA[json]]></category><category><![CDATA[json-schema]]></category><category><![CDATA[json-formatting]]></category><category><![CDATA[json-errors]]></category><category><![CDATA[JSON Schema validation: ]]></category><dc:creator><![CDATA[Adam Siegel]]></dc:creator><pubDate>Sun, 26 Jul 2026 18:04:26 GMT</pubDate><content:encoded><![CDATA[<p><strong>URL:</strong> <a href="https://www.jsonfyi.com">https://www.jsonfyi.com</a></p>
<p>I kept reaching for online JSON tools and closing the tab because they either uploaded my data to a server, buried the editor under ads, or split "validate / format / convert" across five different sites.</p>
<p>JSON FYI does it all client-side: validate (with exact line/column + a fix hint), format, minify, tree-view, JSONPath test, diff, and convert to CSV/XML/YAML, plus a JSON Schema validator (Ajv). Nothing leaves your browser; it works offline once loaded.</p>
<p>There's also a /learn library of error-diagnostic guides — e.g. every "Unexpected token in JSON" / Python <code>JSONDecodeError</code> / Postgres <code>invalid input syntax for type json</code> message mapped to its cause and fix: <a href="https://www.jsonfyi.com/learn/common-json-errors">https://www.jsonfyi.com/learn/common-json-errors</a></p>
<p>Built with TanStack Start (SSR) + React. Feedback on the validator's error messages especially welcome.</p>
]]></content:encoded></item></channel></rss>