diff --git a/json-formatter/index.html b/json-formatter/index.html new file mode 100644 index 0000000..511c78f --- /dev/null +++ b/json-formatter/index.html @@ -0,0 +1,579 @@ + + + + + + + JSON Formatter + + + +
+
+
Developer · Formatting
+

JSON Formatter

+

Paste JSON to beautify, minify, or validate it — with pinpoint error locations. Everything runs locally and offline.

+
+ +
+ + + + + + +
+ +
+
+
+ Input + +
+ +
+
+
+ Output + +
+
Formatted JSON appears here.
+
+
+ +
+ Waiting + Type or paste JSON, then hit Beautify. + + Lines 0 + Chars 0 + Depth 0 + Keys 0 + +
+
+ +
Copied
+ + + + diff --git a/screenshots/json-formatter.webp b/screenshots/json-formatter.webp new file mode 100644 index 0000000..0b39cfe Binary files /dev/null and b/screenshots/json-formatter.webp differ diff --git a/tools.json b/tools.json index 777db9a..0871a4b 100644 --- a/tools.json +++ b/tools.json @@ -1,5 +1,5 @@ { - "catalogVersion": 25, + "catalogVersion": 26, "tools": [ { "dir": "color-capture", @@ -248,6 +248,14 @@ "glyph": "🔍", "color": "#7c3aed", "version": 1 + }, + { + "dir": "json-formatter", + "name": "JSON Formatter", + "description": "Beautify, minify, and validate JSON with syntax highlighting and pinpoint error locations — fully offline.", + "glyph": "🧩", + "color": "#0d9488", + "version": 1 } ] }