From 716bdef7fd2e778eedb12e7d016560a8a330cb32 Mon Sep 17 00:00:00 2001 From: Shane Burrell Date: Mon, 16 Feb 2026 15:42:03 -0500 Subject: [PATCH] Add JSON Swiss Knife to Transformation section Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 21091dc..71ac9c7 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [JavaScript Deobfuscator](https://deobfuscate.io) - A simple but powerful deobfuscator to remove common JavaScript obfuscation techniques. - [JSON ABC](https://novicelab.org/jsonabc/) - Sorts JSON alphabetically - [JSON Formatter & Validator](https://devtoollab.com/tools/json-formatter) - Format, validate and beautify JSON data +- [JSON Swiss Knife](https://tools.shanecode.org) - 19 free developer tools including JSON formatter, validator, diff, converters (YAML/CSV/TOML), regex tester, SQL formatter, JWT decoder, cron builder, and more. Client-side, no ads. - [JSON to XML Converter](https://devtoollab.com/tools/json-to-xml) - Convert JSON data to XML format with proper formatting and structure - [CSV to JSON & JSON to CSV](https://devtoollab.com/tools/csv-json-converter) - Convert between CSV and JSON formats - [Markdown to HTML](https://markdowntohtml.com) - Paste or type your markdown and see it rendered as HTML. Download or copy the resulting HTML.