<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>File Viewer</title>
    <link>https://www.fileviewer.dev</link>
    <description>A fast, privacy-first file viewer for JSON, YAML, XML, CSV and Markdown. Everything runs in your browser — your files never leave your device.</description>
    <language>en</language>
    <lastBuildDate>Mon, 31 Aug 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://www.fileviewer.dev/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Online JSON viewer</title>
      <link>https://www.fileviewer.dev/json-viewer</link>
      <guid isPermaLink="true">https://www.fileviewer.dev/json-viewer</guid>
      <description>View and explore JSON files in your browser. Tree, table, graph and code views, JSONPath queries and schema validation. Nothing is uploaded.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Online YAML viewer</title>
      <link>https://www.fileviewer.dev/yaml-viewer</link>
      <guid isPermaLink="true">https://www.fileviewer.dev/yaml-viewer</guid>
      <description>Read YAML in your browser as a tree or formatted code, with anchors resolved and indentation problems flagged. Nothing is uploaded.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Online XML viewer</title>
      <link>https://www.fileviewer.dev/xml-viewer</link>
      <guid isPermaLink="true">https://www.fileviewer.dev/xml-viewer</guid>
      <description>Read XML in your browser as a collapsible tree with attributes and namespaces intact, and copy any node as an XPath. Nothing is uploaded.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Online CSV viewer</title>
      <link>https://www.fileviewer.dev/csv-viewer</link>
      <guid isPermaLink="true">https://www.fileviewer.dev/csv-viewer</guid>
      <description>Open a CSV in your browser as a sortable, filterable table with inferred column types, and chart it in one click. Nothing is uploaded.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Online JSON viewers, compared</title>
      <link>https://www.fileviewer.dev/best-json-viewer</link>
      <guid isPermaLink="true">https://www.fileviewer.dev/best-json-viewer</guid>
      <description>An honest comparison of online JSON viewers on the things that differ: whether your file is uploaded, size limits, and which views each one offers.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Guides</title>
      <link>https://www.fileviewer.dev/blog</link>
      <guid isPermaLink="true">https://www.fileviewer.dev/blog</guid>
      <description>Practical guides to JSON, YAML, CSV and XML: syntax, validation, conversion pitfalls, and how to choose between formats.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>JSON, explained properly</title>
      <link>https://www.fileviewer.dev/blog/json-tutorial</link>
      <guid isPermaLink="true">https://www.fileviewer.dev/blog/json-tutorial</guid>
      <description>What JSON is, every type it has, and the six rules that cause most JSON errors: trailing commas, NaN, big integers, duplicate keys and more.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>JSON vs YAML</title>
      <link>https://www.fileviewer.dev/blog/json-vs-yaml</link>
      <guid isPermaLink="true">https://www.fileviewer.dev/blog/json-vs-yaml</guid>
      <description>JSON for data between machines, YAML for configuration humans edit. The full comparison, plus the YAML gotchas that cause real outages.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>YAML, from the syntax up</title>
      <link>https://www.fileviewer.dev/blog/yaml-tutorial</link>
      <guid isPermaLink="true">https://www.fileviewer.dev/blog/yaml-tutorial</guid>
      <description>YAML syntax from the ground up: indentation rules, block scalars, anchors and aliases, multi-document files, and the type coercion that bites.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Writing a JSON Schema</title>
      <link>https://www.fileviewer.dev/blog/json-schema-guide</link>
      <guid isPermaLink="true">https://www.fileviewer.dev/blog/json-schema-guide</guid>
      <description>Write a JSON Schema from scratch: types, required, nested objects, arrays, string formats, $ref reuse, and why the draft version changes the result.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>JSONPath, with worked examples</title>
      <link>https://www.fileviewer.dev/blog/jsonpath-guide</link>
      <guid isPermaLink="true">https://www.fileviewer.dev/blog/jsonpath-guide</guid>
      <description>JSONPath explained with worked examples: selectors, wildcards, recursive descent, filter expressions, slices, and where implementations disagree.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How to view a JSON file</title>
      <link>https://www.fileviewer.dev/blog/how-to-view-json-files</link>
      <guid isPermaLink="true">https://www.fileviewer.dev/blog/how-to-view-json-files</guid>
      <description>Open and read a JSON file: in a browser, a text editor, the command line with jq, or an online viewer. What each is good and bad at.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How to validate JSON</title>
      <link>https://www.fileviewer.dev/blog/how-to-validate-json</link>
      <guid isPermaLink="true">https://www.fileviewer.dev/blog/how-to-validate-json</guid>
      <description>Three levels of JSON validation: does it parse, does it mean what you think, and does it match a schema. With the errors that catch people out.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Converting CSV to JSON without corrupting your data</title>
      <link>https://www.fileviewer.dev/blog/csv-to-json-guide</link>
      <guid isPermaLink="true">https://www.fileviewer.dev/blog/csv-to-json-guide</guid>
      <description>Leading zeros, embedded commas, mangled encodings and type coercion: why CSV to JSON conversions corrupt data, and how to avoid each one.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Alternatives to the popular online JSON editors</title>
      <link>https://www.fileviewer.dev/json-editor-online-alternatives</link>
      <guid isPermaLink="true">https://www.fileviewer.dev/json-editor-online-alternatives</guid>
      <description>Alternatives to JSON Editor Online, Code Beautify and JSONLint, matched to the specific reason you are looking: privacy, file size, ads or features.</description>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>
