You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>JSONLab is a free, browser-based JSON editor that requires no installation. It provides powerful tools for working with JSON data directly in your browser.</p>
435
+
<h2>Features</h2>
436
+
<ul>
437
+
<li><strong>JSON Editor</strong> — Edit JSON with syntax highlighting and real-time error detection powered by Monaco Editor (VS Code engine).</li>
438
+
<li><strong>JSON Formatter</strong> — Beautify or minify JSON with a single click.</li>
439
+
<li><strong>JSON Validator</strong> — Validate JSON syntax and get precise error locations.</li>
440
+
<li><strong>JSON Repair</strong> — Automatically fix common issues like trailing commas, single quotes, and unquoted keys.</li>
441
+
<li><strong>JSON Compare / Diff</strong> — Compare two JSON documents side by side and see a detailed change summary.</li>
442
+
<li><strong>JSON Query</strong> — Query JSON using JSONPath Plus, JMESPath, or JSON Query language.</li>
443
+
<li><strong>JSON Schema Validation</strong> — Validate a JSON payload against a JSON Schema and generate schemas automatically.</li>
444
+
<li><strong>Tree & Table View</strong> — Explore JSON in a collapsible tree or a spreadsheet-like table.</li>
445
+
<li><strong>Import & Export</strong> — Load JSON from files, URLs, or CSV. Export results as .json files.</li>
446
+
</ul>
447
+
<p>JSONLab works entirely in your browser — your data never leaves your machine.</p>
0 commit comments