aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-05-22 01:35:06 +0200
committerDominik Picheta <dominikpicheta@googlemail.com>2018-05-22 00:35:06 +0100
commita2df4163ee8d488f072327343a15232d2fc8b009 (patch)
tree102827967bca641f0bd39949247da8fd0120f896
parent3d40819ad2037a830e9c440cf6a66fb3ea2c2eab (diff)
downloadpackages-a2df4163ee8d488f072327343a15232d2fc8b009.tar.gz
packages-a2df4163ee8d488f072327343a15232d2fc8b009.zip
Added package packedjson (#749)
-rw-r--r--packages.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 5177e76..c353226 100644
--- a/packages.json
+++ b/packages.json
@@ -9401,6 +9401,17 @@
"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",
"method": "git",