diff options
| author | Andreas Rumpf <rumpf_a@web.de> | 2018-05-22 01:35:06 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-05-22 00:35:06 +0100 |
| commit | a2df4163ee8d488f072327343a15232d2fc8b009 (patch) | |
| tree | 102827967bca641f0bd39949247da8fd0120f896 | |
| parent | 3d40819ad2037a830e9c440cf6a66fb3ea2c2eab (diff) | |
| download | packages-a2df4163ee8d488f072327343a15232d2fc8b009.tar.gz packages-a2df4163ee8d488f072327343a15232d2fc8b009.zip | |
Added package packedjson (#749)
| -rw-r--r-- | packages.json | 11 |
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", |
