From 2d212432b6df3d174bdb59b25ba474f94d7eb25c Mon Sep 17 00:00:00 2001 From: KH Date: Sun, 3 May 2026 17:51:46 -0700 Subject: [PATCH] Add JSONParser.ai to Online tools Adds JSONParser.ai, a free online JSON parser that converts JSON into a readable table view, to the Online tools section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e304c09..c3705c6 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. * [JSON Schema Tools](#json-schema-tools) * [JSON Schema Resources](#json-schema-resources) * [JSON Schema Validators](#json-schema-validators) + * [JSONParser.ai](https://jsonparser.ai) - Parse JSON and view it as an easy-to-read table. * [Contribute](#contribute) ## Applications