From c272737395cbc12b3495f47341196a3ec0b9077e Mon Sep 17 00:00:00 2001 From: user Date: Wed, 11 Mar 2026 23:19:13 +0900 Subject: [PATCH] Add JSONKit to Command-line tools section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e304c09..3591e5f 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. * [oj](https://github.com/ohler55/ojg) - A fast and flexible command line JSON processor. * [visidata](https://github.com/saulpw/visidata) - A terminal spreadsheet-like tool for interactively exploring data. * [jc](https://github.com/kellyjonbrazil/jc) - Converts the output of many CLI tools, file-types, and common strings into JSON +* [JSONKit](https://github.com/vesper-astrena/jsonkit) - Swiss Army knife for JSON: format, validate, query (dot-notation), diff, flatten, CSV convert, and stats. Zero dependencies, Python 3.10+. * [logdy](https://github.com/logdyhq/logdy-core) - jq, tail, less, grep and awk merged together and available in a clean web UI. ## Databases