From 161f8ea472571ccec77e942e8945bd1afbf79492 Mon Sep 17 00:00:00 2001 From: renoblabs Date: Sat, 11 Apr 2026 23:26:36 -0400 Subject: [PATCH] =?UTF-8?q?Add=20AEA=20Fix=20JSON=20=E2=80=94=20API=20to?= =?UTF-8?q?=20repair=20broken=20LLM=20JSON=20output?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e304c09..c6addb5 100644 --- a/README.md +++ b/README.md @@ -352,6 +352,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. ## Transformations * [json-sharp](https://github.com/globocom/json-sharp) - Javascript tool to process operations on pure JSON objects. (Javascript) * [json2json](https://github.com/joelvh/json2json) - Transform (reformat) structures from one to another. (Javascript) +* [AEA Fix JSON](https://github.com/renoblabs/aea-x402-services) - API to fix broken LLM JSON output (trailing commas, single quotes, truncation). Pay-per-call. (Python) * [trans](https://github.com/gabesoft/trans) - The ultimate object transformer. (Javascript) * [osmtogeojson](https://github.com/tyrasd/osmtogeojson) - Converts OSM data to GeoJSON. (Javascript) * [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) - Fast XML to JSON and vice versa javascript/JSON conversion.