From c5383e0e11c7bfe2bf0e168ba79df5bbb4cb4ba5 Mon Sep 17 00:00:00 2001 From: Ahnhyeongkyu <122165003+Ahnhyeongkyu@users.noreply.github.com> Date: Tue, 3 Mar 2026 16:41:06 +0900 Subject: [PATCH] Add CodeNeat JSON Formatter to Online tools --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e304c09..267dd89 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. * [jsonfx](https://github.com/jsonfx/jsonfx) - serialization framework for .NET. * [jsonapi-consumer](https://github.com/OKTAYKIR/jsonapi-consumer) - Client framework for consuming JSONAPI based APIs on the [JSON API standard](https://jsonapi.org). * [FracturedJson](https://www.nuget.org/packages/FracturedJson) - A formatter that produces human-readable but fairly compact output. +* [CodeNeat JSON Formatter](https://codeneat.dev/json-formatter) - Privacy-first JSON formatter, validator, and viewer with tree view, JSON Path queries, and AI-powered explanations. 100% client-side. **Scala** * [spray-json](https://github.com/spray/spray-json) - A lightweight, clean and simple implementation in Scala. @@ -285,6 +286,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. +* [CodeNeat JSON Formatter](https://codeneat.dev/json-formatter) - Privacy-first JSON formatter, validator, and viewer with tree view, JSON Path queries, and AI-powered explanations. 100% client-side. ## Schema Specifications * [JSON Schema](https://json-schema.org/) - a JSON based format for defining the structure of JSON data.