From 3ed2635cec50c643bb89b726deec17cd26d65a21 Mon Sep 17 00:00:00 2001 From: gokul das <117367691+gokuldas137@users.noreply.github.com> Date: Wed, 4 Mar 2026 12:49:02 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e304c09..1378b69 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. * [JSON Crack](https://jsoncrack.com/) - Display your JSON as a graph ## Format Extensions +* [JSONStudio](https://jsonstudio.online) - Free online JSON formatter, validator, viewer and converter. Supports 20+ output formats. All processing is client-side. * [GeoJSON](https://geojson.org/) - A geospatial data interchange format. * [JSON-LD](https://json-ld.org/) - A lightweight Linked Data format. * [JSON-RPC](https://www.jsonrpc.org/) - A stateless, light-weight remote procedure call (RPC) protocol. @@ -262,6 +263,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. * [JSON Lint](https://github.com/Seldaek/jsonlint) - PHP linter. (PHP) ## Online tools +* [JSONStudio](https://jsonstudio.online) - Free online JSON formatter, validator, viewer and converter. Supports 20+ output formats. All processing is client-side. * [JSONLint](https://jsonlint.com/) - The JSON Validator. * [JSONCompare](https://jsoncompare.com/) - The Advanced Version of the JSON Linter. * [JSONMate](https://www.jsonmate.com/) - JSON editor, inspector and beautifier.