From a2df4163ee8d488f072327343a15232d2fc8b009 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Tue, 22 May 2018 01:35:06 +0200 Subject: [PATCH] Added package packedjson (#749) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 5177e76..c353226 100644 --- a/packages.json +++ b/packages.json @@ -9400,6 +9400,17 @@ "license": "ISC", "web": "https://github.com/jackvandrunen/findtests" }, + { + "name": "packedjson", + "url": "https://github.com/Araq/packedjson", + "method": "git", + "tags": [ + "json" + ], + "description": "packedjson is an alternative Nim implementation for JSON. The JSON is essentially kept as a single string in order to save memory over a more traditional tree representation.", + "license": "MIT", + "web": "https://github.com/Araq/packedjson" + }, { "name": "unicode_numbers", "url": "https://github.com/Aearnus/unicode_numbers",