From bb686e0ba0c8c1f526fa67ac6542f15f4b75c612 Mon Sep 17 00:00:00 2001 From: Antonis Geralis <43617260+planetis-m@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:20:43 +0200 Subject: [PATCH] Added package jsonpak (#2844) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 71f5e59..c294274 100644 --- a/packages.json +++ b/packages.json @@ -17298,6 +17298,20 @@ "license": "MIT", "web": "https://github.com/planetis-m/cowstrings" }, + { + "name": "jsonpak", + "url": "https://github.com/planetis-m/jsonpak", + "method": "git", + "tags": [ + "json", + "json-patch", + "json-pointer", + "data-structure" + ], + "description": "Packed ASTs for compact and efficient JSON representation, with JSON Pointer, JSON Patch support.", + "license": "MIT", + "web": "https://github.com/planetis-m/jsonpak" + }, { "name": "golden", "url": "https://github.com/disruptek/golden",