From 33d2bbc5a61b8d16e4e7005d8eb1b621a72ba0cc Mon Sep 17 00:00:00 2001 From: enudler Date: Fri, 1 May 2026 01:14:44 +0300 Subject: [PATCH] Add JSON Linter to Online tools A single-page JSON validator and formatter with line:column error reporting that runs entirely in the browser. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e304c09..05186d1 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. * [json2yaml](https://www.json2yaml.com/) - Convert JSON to YAML online. * [JSON Selector Generator](http://jsonselector.com/) - A simple GUI for generating the selectors to access. * [JSON.fr](https://www.json.fr/) - Fully client-side validator and formatter. +* [JSON Linter](https://jsonlinter.dev/) - Single-page validator and formatter with line:column error reporting; runs entirely in the browser. * [ObjGen](https://www.objgen.com/json) - Online live JSON generator. * [JSONPlaceholder](https://jsonplaceholder.typicode.com/) - Fake Online REST API for Testing and Prototyping. * [Extends Class](https://extendsclass.com/json-diff.html) - Diff tool to compare two files.