From c79b862510f6ddb477bd7527c075c5a7f24d6efe Mon Sep 17 00:00:00 2001 From: Savant Date: Thu, 6 Mar 2025 12:58:49 -0500 Subject: [PATCH] Added package jsony_plus (#2990) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index e94ad52..7947339 100644 --- a/packages.json +++ b/packages.json @@ -34665,5 +34665,20 @@ "description": "A simple, powerful terminal coloring and styling library akin to NPM `colors`", "license": "MIT", "web": "https://github.com/thing-king/colors" + }, + { + "name": "jsony_plus", + "url": "https://github.com/thing-king/jsony_plus", + "method": "git", + "tags": [ + "json", + "serializer", + "serialization", + "schema", + "jsony" + ], + "description": "An extension of `jsony` supporting better hooks, and type creation from schemas", + "license": "MIT", + "web": "https://github.com/thing-king/jsony_plus" } ]