From 61baad1fdb4e7f66c8d48edfe609192c1b13ad52 Mon Sep 17 00:00:00 2001 From: yxc <136000550@qq.com> Date: Thu, 12 Mar 2026 07:50:32 +0800 Subject: [PATCH] Add PureDevTools JSON Formatter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e304c09..2fcff6d 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. * [JSON Schema Validate API](https://assertible.com/json-schema-validation) - A simple and free JSON Schema Validation API. * [JSONPerf](https://jsonperf.com) - A Visual, Unbiased and Up-to-Date JSON Performance Benchmark. * [FracturedJson](https://j-brooke.github.io/FracturedJson/) - Formatter that produces human-readable but fairly compact output. +* [PureDevTools JSON Formatter](https://puredevtools.tools/json-formatter) - Browser-based formatter, validator, and converter with tree view and YAML/CSV conversion. Client-side only, no data uploaded. ## Schema Specifications * [JSON Schema](https://json-schema.org/) - a JSON based format for defining the structure of JSON data.