From e1e6142c63c433c116ae41733275b48103fc7da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Karlo=20Do=C5=A1ilovi=C4=87?= Date: Tue, 14 Feb 2023 22:46:35 +0100 Subject: [PATCH] Added package jsonfmt (#2501) Co-authored-by: Gabriel Huber --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 8b210a5..05f593d 100644 --- a/packages.json +++ b/packages.json @@ -29215,5 +29215,17 @@ "license": "Apache-2.0", "web": "https://metacall.io", "doc": "https://github.com/metacall/core/blob/develop/source/ports/nim_port/README.md" + }, + { + "name": "jsonfmt", + "url": "https://github.com/fkdosilovic/jsonfmt", + "method": "git", + "tags": [ + "json", + "cli" + ], + "description": "Ridiculously simple and effective JSON formatter.", + "license": "MIT", + "web": "https://github.com/fkdosilovic/jsonfmt" } ]