Added package jsonpak (#2844)

This commit is contained in:
Antonis Geralis 2024-03-27 10:20:43 +02:00 committed by GitHub
parent 98ee8c7621
commit bb686e0ba0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",